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',