diff options
author | Memphiz <memphis@machzwo.de> | 2012-02-05 19:31:02 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-02-05 19:33:32 +0100 |
commit | 1fc54b5232199d49186ce78a9d777380c8fc9db8 (patch) | |
tree | 1d74030a6e5813b26fd81f56e507e98935b2d6a9 /system | |
parent | 2f116af29c66dd4125699b1e06fc8af01b760d4f (diff) |
[fix] - make the comments in joystick.AppleRemote.xml keymap a bit more clear for better distinction between atv1 and atv2
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.AppleRemote.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/keymaps/joystick.AppleRemote.xml b/system/keymaps/joystick.AppleRemote.xml index 3ce6d4d06d..f93769d1a6 100644 --- a/system/keymaps/joystick.AppleRemote.xml +++ b/system/keymaps/joystick.AppleRemote.xml @@ -39,14 +39,14 @@ <!-- hold center--> <button id="7">Fullscreen</button> <!-- hold menu --> <button id="8">ContextMenu</button> - <!-- old buttons for ATV <2.2, used on OSX --> + <!-- old buttons for ATV1 <2.2, used on OSX --> <!-- hold left --> <button id="9">Left</button> <!-- hold right --> <button id="10">Right</button> <!-- new aluminium remote buttons --> <!-- play/pause --> <button id="12">Play</button> - <!-- Additional buttons via Harmony Apple TV remote profile --> + <!-- Additional buttons via Harmony Apple TV remote profile - these are also the learned buttons on Apple TV 2gen--> <!-- pageup --> <button id="13">PageUp</button> <!-- pagedown --> <button id="14">PageDown</button> <!-- pause --> <button id="15">Pause</button><!-- work? --> @@ -57,7 +57,7 @@ <!-- skip fwd --> <button id="20">SkipNext</button> <!-- skip back --> <button id="21">SkipPrevious</button> - <!-- Learned remote buttons (ATV >2.3) --> + <!-- Learned remote buttons (ATV1 >2.3) --> <!-- Play --> <button id="70">Play</button> <!-- Pause --> <button id="71">Pause</button> <!-- Stop --> <button id="72">Stop</button> @@ -68,7 +68,7 @@ <!-- Return --> <button id="77">OSD</button> <!-- Enter --> <button id="78">ShowVideoMenu</button> - <!-- few gestures from Apple's iPhone Remote (ATV > 2.3 ?) --> + <!-- few gestures from Apple's iPhone Remote (ATV1 > 2.3 ?) --> <!-- SwipeLeft --> <button id="80">Left</button> <!-- SwipeRight --> <button id="81">Right</button> <!-- SwipeUp --> <button id="82">Up</button> |