Also make the Context Menu key a shortcut for showing viewer chrome

This commit is contained in:
Kovid Goyal 2019-09-09 20:45:50 +05:30
parent d5bb19f8ec
commit 25bc0dc6c5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -206,7 +206,7 @@ SHORTCUTS = {
), ),
'show_chrome': desc( 'show_chrome': desc(
v"['Escape']", v"['Escape', 'ContextMenu']",
'ui', 'ui',
_('Show the viewer controls'), _('Show the viewer controls'),
), ),