Can't find post in search for Skip Ahead 10 minutes...someone help?
#1
Hello.

I feel like a dummy, but have been searching for a specific post for an hour where someone posted a simple keymap that adds the ability to skip ahead 10 minute by using the Up and Down keys on the appletv remote. I found the one a few posts down which has all kinds of settings in it, but that keymap didn't work for me. I had one working for me, but forgot to back it up before I reloaded to factory and used GP6.1. Please help if you can. I am simply wanting to add the functions for Up an Down, and possibly long press of one of the keys to get the OSD to come up. Thanks!
Reply
#2
Seems like in that post someone suggested switch keys 5 and 7 if that helps, but nothing I have searched for has turned up that post Sad
Reply
#3
http://forum.xbmc.org/showthread.php?tid=94577
Reply
#4
Really only a few topics under this one there is a topic where someone made the entire keymap for you.

I think the original topic you refer to is this one: http://forum.xbmc.org/showthread.php?tid=93221

So again what you have to do is:
Create a file named: joystick.AppleRemote.xml
Put in in: /User/Library/Preferences/XBMC/userdata/keymaps/

The one I made and use is:
Code:
<keymap>
  <FullscreenVideo>
    <joystick name="AppleRemote">
      <!-- Up            --> <button id="1">BigStepForward</button>
      <!-- Down          --> <button id="2">BigStepBack</button>
      <!-- Left          --> <button id="3">StepBack</button>
      <!-- Right         --> <button id="4">StepForward</button>
      <!-- Select        --> <button id="5">OSD</button>
      <!-- Menu          --> <button id="6">Stop</button>
      <!-- Select (long) --> <button id="7">NextSubtitle</button>
      <!-- Menu (long)   --> <button id="8"></button>
      <!-- Right (long)  --> <button id="10">FastForward</button>
      <!-- Left (long)   --> <button id="11">Rewind</button>
      <!-- Play          --> <button id="12">Pause</button>
      <!-- Play (long)   --> <button id="13"></button>
    </joystick>
  </FullscreenVideo>
</keymap>

Right (long) and Left (long) don't work on the ATV2. See for all the possible actions: http://wiki.xbmc.org/index.php?title=Keymap.xml#Actions

When left undefined the following keys will do:
Select (long) [id 7] = FullScreen
Play [id 12] = Pause
XBMC on Mac and 2 Apple TV 2's – Alaska Revisited – Drobo FS
Reply
#5
Thanks Cyzor..that is the exact one I was looking for....feel silly, but thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Can't find post in search for Skip Ahead 10 minutes...someone help?0