XBMC Community Forum
Keymap for Apple remote with big step (download link) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: iOS support (/forumdisplay.php?fid=137)
+---- Thread: Keymap for Apple remote with big step (download link) (/showthread.php?tid=94577)

Pages: 1 2 3 4 5 6 7 8


Keymap for Apple remote with big step (download link) - Kaiserlein - 2011-02-18 10:23

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.


- donrosco - 2011-02-18 11:53

Nice work Smile I was particularly missing the quick step back from my old xbox xbmc install.


- Asgardsurfer - 2011-02-18 14:02

Great share, that's exactly what was missing for me.


- faugusztin - 2011-02-18 14:26

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.


- Asgardsurfer - 2011-02-18 15:10

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.


- T800 - 2011-02-18 15:48

Would replacing "OSD" with "Info" give me the info screen during playback?


- Kaiserlein - 2011-02-18 16:18

@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.


- dtviewer - 2011-02-18 16:29

Great job.
Thanks so much for posting this!


- Reverb - 2011-02-18 16:33

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.


- T800 - 2011-02-18 16:36

Thanks Kaiserlein