Browse Source

Added Space -> play_pause mapping

Ilia Ablamonov 9 years ago
parent
commit
866be5385c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/inputmaps/keyboard.json

+ 1 - 0
resources/inputmaps/keyboard.json

@@ -21,6 +21,7 @@
     // map Shift+Letter to action jump+letter
     "Shift\\+([A-Z])": "jump+%1",
 
+    "Space": "play_pause",
     "P": "play_pause",
     "Ctrl\\+P": "pause",
     "X": "stop",