Fix #914861 (Request: Shift-space pages back)

This commit is contained in:
Kovid Goyal 2012-01-11 22:34:29 +05:30
parent fa6f3c1502
commit 75d2025175

View File

@ -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'],