diff --git a/src/calibre/gui2/viewer/keys.py b/src/calibre/gui2/viewer/keys.py index 5ca1802092..7d5884f624 100644 --- a/src/calibre/gui2/viewer/keys.py +++ b/src/calibre/gui2/viewer/keys.py @@ -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'],