From 25bc0dc6c5986a8a79b33cbe1f93e6030a08f9f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Sep 2019 20:45:50 +0530 Subject: [PATCH] Also make the Context Menu key a shortcut for showing viewer chrome --- src/pyj/read_book/shortcuts.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index ceced617a8..8d92fdc3db 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -206,7 +206,7 @@ SHORTCUTS = { ), 'show_chrome': desc( - v"['Escape']", + v"['Escape', 'ContextMenu']", 'ui', _('Show the viewer controls'), ),