Viewer: Ctrl+esc to show preferences

This commit is contained in:
Kovid Goyal 2019-12-30 08:27:45 +05:30
parent 746381d179
commit e4b00a3573
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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',