Archive:Alternative keymaps for Apple remote

From Official Kodi Wiki
Revision as of 04:14, 8 January 2012 by Ned Scott (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
See also Apple remote

Makes up/down on Apple remote from volume control to BigStepForward and BigStepBack while watching video. Useful for Apple TV 2 (black) users who don't have volume control anyways.

Cut and paste the following into a new text document and save as Joystick.AppleRemote.xml and place in /private/var/mobile/Library/Preferences/XBMC/userdata/keymaps/

<keymap>
  <FullscreenVideo>
    <joystick name="AppleRemote">
      <button id="1">BigStepForward</button>
      <button id="2">BigStepBack</button>
    </joystick>
  </FullscreenVideo>
</keymap>