From e4b00a3573d995c15513ffcf3634af8acf7b5de3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Dec 2019 08:27:45 +0530 Subject: [PATCH] Viewer: Ctrl+esc to show preferences --- src/pyj/read_book/shortcuts.pyj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index b214db9e4d..0db1263eb2 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -264,6 +264,12 @@ def shortcuts_definition(): _('Show the viewer controls'), ), + 'preferences': desc( + v"['Ctrl+Escape']", + 'ui', + _('Show viewer preferences'), + ), + 'goto_location': desc( v"[';', ':', 'Shift+:', 'Shift+;', 'Ctrl+g']", 'ui',