mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Viewer: Ctrl+esc to show preferences
This commit is contained in:
parent
746381d179
commit
e4b00a3573
@ -264,6 +264,12 @@ def shortcuts_definition():
|
|||||||
_('Show the viewer controls'),
|
_('Show the viewer controls'),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'preferences': desc(
|
||||||
|
v"['Ctrl+Escape']",
|
||||||
|
'ui',
|
||||||
|
_('Show viewer preferences'),
|
||||||
|
),
|
||||||
|
|
||||||
'goto_location': desc(
|
'goto_location': desc(
|
||||||
v"[';', ':', 'Shift+:', 'Shift+;', 'Ctrl+g']",
|
v"[';', ':', 'Shift+:', 'Shift+;', 'Ctrl+g']",
|
||||||
'ui',
|
'ui',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user