Add ctrl+, and meta+, and meta+esc to show preferences

This commit is contained in:
Kovid Goyal 2019-12-30 15:33:13 +05:30
parent 85486ea260
commit f24fbd5312
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -265,7 +265,7 @@ def shortcuts_definition():
), ),
'preferences': desc( 'preferences': desc(
v"['Ctrl+Escape']", v"['Ctrl+,', 'Ctrl+Esc', 'Meta+Esc', 'Meta+,']",
'ui', 'ui',
_('Show viewer preferences'), _('Show viewer preferences'),
), ),