Archive:Alternative keymaps for Apple remote

From Official Kodi Wiki
Revision as of 20:34, 12 January 2012 by >Dangerzau (Without adding buttons other than 1 and 2, you loose the functionality of being able to pause wih the middle button, and skip forward/back)
Jump to navigation Jump to search
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>
	<button id="3">StepBack</button>
	<button id="4">StepForward</button>
	<button id="5">Pause</button>
	<button id="6">Stop</button>
	<button id="7">OSD</button>
	<button id="8">Fullscreen</button>
	<button id="9">Rewind</button>
	<button id="10">FastForward</button>
    </joystick>
  </FullscreenVideo>
</keymap>