Browse Source

Update Apple Remote input map

Add support for the silver Apple Remote play button.
Chris Allen 9 years ago
parent
commit
e03570a40a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/inputmaps/apple-remote.json

+ 2 - 1
resources/inputmaps/apple-remote.json

@@ -14,6 +14,7 @@
       "KEY_SELECT": "enter",
       "KEY_SELECT_LONG": "host:toggleDebug",
       "KEY_MENU": "back",
-      "KEY_MENU_LONG": "home"
+      "KEY_MENU_LONG": "home",
+      "KEY_PLAY": "play_pause"
   }
 }