Browse Source

Restore fullscreen keybind; remap seek_forward/step_forward

Ctrl+F was used for both toggling fullscreen and step_forward. We
already told our users that Ctrl+F is supposed to work for exiting
fullscreen. It also was first. So as discussed on Slack, change the
newer bindings to G.
Vincent Lang 9 years ago
parent
commit
a5023188d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/inputmaps/keyboard.json

+ 2 - 2
resources/inputmaps/keyboard.json

@@ -66,9 +66,9 @@
     "Ctrl\\+Shift\\+P": "play_pause",
     "Ctrl\\+Shift\\+S": "stop",
     "Ctrl\\+Shift\\+B": "seek_backward",
-    "Ctrl\\+Shift\\+F": "seek_forward",
+    "Ctrl\\+Shift\\+G": "seek_forward",
     "Ctrl\\+B": "step_backward",
-    "Ctrl\\+F": "step_forward",
+    "Ctrl\\+G": "step_forward",
 
     // debug command to crash the host. for testing
     "Ctrl\\+Alt\\+Shift\\+F1": "host:crash!"