From aa9bfb5c59ce4cc3244fdcae87650cfe355073ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Jan 2020 18:13:07 +0530 Subject: [PATCH] Viewer: Forgot to add shift+space as default shortcut for pageup --- 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 9b89669c12..5ac0dd8a49 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -145,7 +145,7 @@ def shortcuts_definition(): ), 'pageup': desc( - 'PageUp', + v"['PageUp', 'Shift+ ']", 'scroll', _('Scroll backwards by screen-fulls'), ),