diff options
author | MaestroDD <MaestroDD@svn> | 2009-12-10 16:31:36 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2009-12-10 16:31:36 +0000 |
commit | 6aac3c897b6ae660cb2b6cacf475d8c0bce7cf3d (patch) | |
tree | 77a211404c3a49a44fff2927332ea9bf5d801340 /system/keymaps/joystick.AppleRemote.xml | |
parent | 8df7dc0ca01b50820ed378779b6a6c304d092989 (diff) |
[OSX] initial mapping for play/play_hold of aluminium remote
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25526 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/keymaps/joystick.AppleRemote.xml')
-rw-r--r-- | system/keymaps/joystick.AppleRemote.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/keymaps/joystick.AppleRemote.xml b/system/keymaps/joystick.AppleRemote.xml index 93442d62c1..d0e957befb 100644 --- a/system/keymaps/joystick.AppleRemote.xml +++ b/system/keymaps/joystick.AppleRemote.xml @@ -42,13 +42,16 @@ <!-- minus --> <button id="2">Down</button> <!-- left --> <button id="3">Left</button> <!-- right --> <button id="4">Right</button> - <!-- play/pause --> <button id="5">Select</button> + <!-- center --> <button id="5">Select</button> <!-- menu --> <button id="6">PreviousMenu</button> - <!-- hold play --> <button id="7">Fullscreen</button> + <!-- hold center --> <button id="7">Fullscreen</button> <!-- hold menu --> <button id="8">ContextMenu</button> <!-- old buttons for ATV <2.2, used on OSX --> <!-- hold left --> <button id="9">Left</button> <!-- hold right --> <button id="10">Right</button> + <!-- new aluminium remote buttons --> + <!-- play --> <button id="12">Play</button> + <!-- play hold --> <button id="13">ContextMenu</button> <!-- Learned remote buttons (ATV >2.3) --> <!-- Play --> <button id="70">Play</button> <!-- Pause --> <button id="71">Pause</button> |