Browse Source

Use Cmd/Ctrl+F for search and move fullscreen to Cmd/Ctrl+Shift+F

While this breaks something we have had since day one these shortcuts actually makes sense
considering the platform standards.
Tobias Hieta 9 years ago
parent
commit
d620a26558
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/inputmaps/keyboard.json

+ 2 - 1
resources/inputmaps/keyboard.json

@@ -45,9 +45,10 @@
     "PgDown": "seek_forward",
     "Home": "step_backward",
     "End": "step_forward",
+    "Ctrl\\+F": "search",
 
     // application shortcuts
-    "Ctrl\\+F": "host:fullscreen",
+    "Ctrl\\+Shift\\+F": "host:fullscreen",
     "Ctrl\\+Q": "host:close",
     "Ctrl\\+Shift\\+R": "host:reload",
     "Ctrl\\+Shift\\+D": "host:toggleDebug",