mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 18:14:07 +02:00
Fix #914861 (Request: Shift-space pages back)
This commit is contained in:
parent
fa6f3c1502
commit
75d2025175
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
'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…
Reference in a new issue