Browse Source

Map PageUp and PageDown to step_forward/backward

Tobias Hieta 9 years ago
parent
commit
9359d59ecc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/inputmaps/keyboard.json

+ 2 - 0
resources/inputmaps/keyboard.json

@@ -32,6 +32,8 @@
     "Alt\\+Shift\\+A": "decrease_audio_delay",
     "Alt\\+S": "increase_subtitles_delay",
     "Alt\\+Shift\\+S": "decrease_subtitles_delay",
+    "PgUp": "step_forward",
+    "PgDown": "step_backward",
 
     // application shortcuts
     "Ctrl\\+F": "host:fullscreen",