Archive:Apple remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Liza79anderson
No edit summary
>Thijse
m (Removed Essay Writing spam)
Line 98: Line 98:


For details make sure to check the keymapping file in [http://trac.xbmc.org/browser/trunk/system/keymaps/joystick.AppleRemote.xml svn]
For details make sure to check the keymapping file in [http://trac.xbmc.org/browser/trunk/system/keymaps/joystick.AppleRemote.xml svn]
For more details look [http://www.bestessays.com.au essays], [http://essayhelponline.com/ essay writing]

Revision as of 15:14, 30 September 2010

We tried hard to come up with a proper mapping for the few buttons on the AppleRemote. If there's something strange or misbehaving, or you've just a great idea to improve the mapping, either open up a ticket in Trac or post to the ATV/OSX section in our forums for public discussion!

Here's what we currently have:

Global:

  • Plus - Up
  • Minus - Down
  • Previous / Rewind - Left
  • Next / Forward - Right
  • Play / Pause - Select
  • Menu - Previous Menu
  • Hold Play - Full Screen
  • Hold Menu - Contextual menu

Home:

  • Menu - Favourites
  • Hold Menu - Shutdown Menu

Browsing videos/Library:

  • Hold Up/Down - Scroll list
  • Hold Play - Movie Information
  • Hold Menu - Contextual menu

Full Screen Video:

  • Left - Step back
  • Right - Step forward
  • Up - Volume Up
  • Down - Volume Down
  • Hold Left/Right - RW/FF
  • Menu - Stop
  • Hold Play - OSD

Music Playlist:

  • Hold Left - Move Item Up
  • Hold Right - Move Item Down
  • Hold Menu - Delete Item
  • Hold Pay - Visualisation

Screen/GUI Calibration:

  • Play - Next Calibration

Apple Remote Button Translations (for use in keymap.xml):

  • 1 Up
  • 2 Down
  • 3 Left
  • 4 Right
  • 5 Play
  • 6 Menu
  • 7 Hold Play
  • 8 Hold Menu
  • 9 Hold Left
  • 10 Hold Right
  • 11 Hold Left
  • 12 Hold Right

Buttons IDs only available on ATV (>2.3) through "Learned Remote" feature

  • 70 Play
  • 71 Pause
  • 72 Stop
  • 73 SkipPrevious
  • 74 SkipNext
  • 75 Rewind
  • 76 Forward
  • 77 Return
  • 78 Enter

Extract from keymap.xml:

<xml> <joystick name="AppleRemote">

       <button id="1">Up</button>
       <button id="2">Down</button>
       <button id="3">Left</button>
       <button id="4">Right</button>
       <button id="5">Select</button>
       <button id="6">PreviousMenu</button>
       <button id="7">Fullscreen</button>
       <button id="8">ContextMenu</button>
 
       <button id="9">Left</button>
       <button id="10">Right</button>
 
       <button id="70">Play</button>
       <button id="71">Pause</button>
       <button id="72">Stop</button>
       <button id="73">SkipPrevious</button>
       <button id="74">SkipNext</button>
       <button id="75">Rewind</button>
       <button id="76">FastForward</button>
       <button id="77">OSD</button>
       <button id="78">ShowVideoMenu</button>

</joystick> </xml>

For details make sure to check the keymapping file in svn