mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:53:10 +02:00
Add ctrl+, and meta+, and meta+esc to show preferences
This commit is contained in:
parent
85486ea260
commit
f24fbd5312
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def shortcuts_definition():
|
|||
),
|
||||
|
||||
'preferences': desc(
|
||||
v"['Ctrl+Escape']",
|
||||
v"['Ctrl+,', 'Ctrl+Esc', 'Meta+Esc', 'Meta+,']",
|
||||
'ui',
|
||||
_('Show viewer preferences'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue