Viewer: Forgot to add shift+space as default shortcut for pageup

This commit is contained in:
Kovid Goyal
2020-01-06 18:13:07 +05:30
parent 1eba328f26
commit aa9bfb5c59
+1 -1
View File
@@ -145,7 +145,7 @@ def shortcuts_definition():
),
'pageup': desc(
'PageUp',
v"['PageUp', 'Shift+ ']",
'scroll',
_('Scroll backwards by screen-fulls'),
),