mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 05:53:21 +02:00
Also make the Context Menu key a shortcut for showing viewer chrome
This commit is contained in:
parent
d5bb19f8ec
commit
25bc0dc6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ def key_as_text(evt):
|
|||
),
|
||||
|
||||
'show_chrome': desc(
|
||||
v"['Escape']",
|
||||
v"['Escape', 'ContextMenu']",
|
||||
'ui',
|
||||
_('Show the viewer controls'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue