Keymap for Apple remote with big step (download link)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Kaiserlein Offline
Member
Posts: 61
Joined: Feb 2011
Reputation: 6
Location: Darmstadt, Germany
Post: #1
Hey guys,

after trying to go through a looooong movie with just the 30s steps, I found a bigger step was needed for search. Also a few functions were missing with the apple remote.

So I put together a new keymap which makes the remote near to perfect for me:

changes are as follows:
up key: step forward 10 min.
down key: step backward 10 min.
press select: OSD
hold select: change language
hold menu: step 7 seconds back (in case my GF has to tell me something "important" while watching...)
all the other buttons remain the same.

Of course, the settings are only changed within playing a file. In the menu, the buttons are the same.

you can download the file here:

https://public.me.com/minius/de/

just put the file in: /Applications/XBMC.frappliance/XBMCData/XBMCHome/system/keymaps/
while overwriting the original one.

In case you don't like it that way, be sure to save the original file somewhere on your computer.

Also be sure when doing this, you are not in XBMC and restart lowtide afterwards (or: Killall AppleTV).

Greets.
find quote
donrosco Offline
Junior Member
Posts: 24
Joined: Jan 2011
Reputation: 0
Post: #2
Nice work Smile I was particularly missing the quick step back from my old xbox xbmc install.
find quote
Asgardsurfer Offline
Junior Member
Posts: 35
Joined: Jan 2011
Reputation: 0
Post: #3
Great share, that's exactly what was missing for me.
find quote
faugusztin Offline
Junior Member
Posts: 3
Joined: Feb 2011
Reputation: 0
Post: #4
Kaiserlein Wrote:just put the file in: /Applications/XBMC.frappliance/XBMCData/XBMCHome/system/keymaps/
while overwriting the original one.

My suggestion is - don't. Put it in this folder for default profile:
/private/var/mobile/Library/Preferences/XBMC/userdata/keymaps

And in this folder for specific profile :
/private/var/mobile/Library/Preferences/XBMC/userdata/profiles/ProfileName/keymaps

XBMC files could be overwritten by upgrade, your custom keymaps will stay. End result is the same, with one exception - you can have custom mapping for each profile.
find quote
Asgardsurfer Offline
Junior Member
Posts: 35
Joined: Jan 2011
Reputation: 0
Post: #5
faugusztin Wrote:My suggestion is - don't. Put it in this folder for default profile:
/private/var/mobile/Library/Preferences/XBMC/userdata/keymaps

And in this folder for specific profile :
/private/var/mobile/Library/Preferences/XBMC/userdata/profiles/ProfileName/keymaps

XBMC files could be overwritten by upgrade, your custom keymaps will stay. End result is the same, with one exception - you can have custom mapping for each profile.

Made the change, good idea.
find quote
T800 Offline
Posting Freak
Posts: 799
Joined: Jan 2011
Reputation: 5
Post: #6
Would replacing "OSD" with "Info" give me the info screen during playback?
find quote
Kaiserlein Offline
Member
Posts: 61
Joined: Feb 2011
Reputation: 6
Location: Darmstadt, Germany
Post: #7
@T800: yes, that would do it. But be sure you change it in this part:

<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">OSD</button> (for you then: <button id="5">Info</button>)
<button id="6">Stop</button>
<button id="7">AudioNextLanguage</button>
<button id="8">SmallStepBack</button>
<button id="9">Rewind</button>
<button id="10">FastForward</button>
<button id="11">FastForward</button>
<button id="12">Pause</button>
<button id="13"></button>
</joystick>
</FullscreenVideo>

here is the link for all the actions possible:
http://wiki.xbmc.org/index.php?title=Keymap.xml#Actions
Have fun.
find quote
dtviewer Offline
Fan
Posts: 664
Joined: Jul 2008
Reputation: 1
Post: #8
Great job.
Thanks so much for posting this!
find quote
Reverb Offline
Member
Posts: 59
Joined: Jan 2011
Reputation: 0
Post: #9
Quote:up key: step forward 10 min.
down key: step backward 10 min.

Nice work, but doesn't it make more sense if you did"
right key> forward
left key> backward

That is more common on remotes.
(This post was last modified: 2011-02-18 17:24 by Reverb.)
find quote
T800 Offline
Posting Freak
Posts: 799
Joined: Jan 2011
Reputation: 5
Post: #10
Thanks Kaiserlein
find quote
Post Reply