mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #914861 (Request: Shift-space pages back)
This commit is contained in:
parent
fa6f3c1502
commit
75d2025175
@ -11,7 +11,7 @@ SHORTCUTS = {
|
||||
'Next Page' : (['PgDown', 'Space'],
|
||||
_('Scroll to the next page')),
|
||||
|
||||
'Previous Page' : (['PgUp', 'Backspace'],
|
||||
'Previous Page' : (['PgUp', 'Backspace', 'Shift+Space'],
|
||||
_('Scroll to the previous page')),
|
||||
|
||||
'Next Section' : (['Ctrl+PgDown', 'Ctrl+Down'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user