My Apple remote not working properly with XBMC on Apple TV
#1
Something is weird here. When I am watching a movie there is no way for me to get out of it. If I hold down the menu button it goes back like 10 seconds or something into the movie. If I hold the play/pause button down it does nothing!

I am running Apple TV 2.2 with xbmc beta 2
Reply
#2
ok I just made my own keymap.xml and its now working properly.

Quote:<keymap>
<global>
<remote> <!-- Apple Remote configuration -->
<menu>ParentDir</menu> <!-- Menu, short press -->
<back>ContextMenu</back> <!-- Menu, long press -->

</remote>
</global>

<FullscreenVideo>
<remote> <!-- Apple Remote configuration -->
<left>Rewind</left> <!-- Left -->
<right>FastForward</right> <!-- Right -->
<up>BigStepForward</up> <!-- Up -->
<down>BigStepBack</down> <!-- Down -->
<back>Stop</back> <!-- Menu, long press -->
<menu>OSD</menu> <!-- Menu, short press -->
<select>Play</select> <!-- Play/Pause, short press -->
</remote>
</FullscreenVideo>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
My Apple remote not working properly with XBMC on Apple TV0