mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
Viewer: Ctrl+esc to show preferences
This commit is contained in:
@@ -264,6 +264,12 @@ def shortcuts_definition():
|
||||
_('Show the viewer controls'),
|
||||
),
|
||||
|
||||
'preferences': desc(
|
||||
v"['Ctrl+Escape']",
|
||||
'ui',
|
||||
_('Show viewer preferences'),
|
||||
),
|
||||
|
||||
'goto_location': desc(
|
||||
v"[';', ':', 'Shift+:', 'Shift+;', 'Ctrl+g']",
|
||||
'ui',
|
||||
|
||||
Reference in New Issue
Block a user