Browse Source

Added "Toggle Media Play/Pause" to keyboard keymap.

Tobias Hieta 9 years ago
parent
commit
6cbd5081ba
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/inputmaps/keyboard.json

+ 3 - 0
resources/inputmaps/keyboard.json

@@ -39,6 +39,9 @@
     "Ctrl\\+Shift\\+R": "host:reload",
     "Ctrl\\+Shift\\+D": "host:toggleDebug",
 
+    // media keys from the FLIRC and on Linux keyboards
+    "Toggle Media Play\\/Pause": "play_pause",
+
     // debug command to crash the host. for testing
     "Ctrl\\+Alt\\+Shift\\+F1": "host:crash!"
   }