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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -145,7 +145,7 @@ def shortcuts_definition():
),
'pageup': desc(
'PageUp',
v"['PageUp', 'Shift+ ']",
'scroll',
_('Scroll backwards by screen-fulls'),
),