Android updated keymap for FireTV
#1
I modified FireTV keymap 3 and thought I'd share it. I can guess mod 1 isn't for everyone, but mod 2 should be incorporated into all the modified keymaps unless someone can find a disadvantage. Let me know what you think.

mod 1 - I don't ever want subtitles on, but I do like to go back to the DVD menu, or skip promos and get to the menu when starting a DVD.
mod 2 - If you back out of a DVD from the DVD menu, it keeps playing in the background and keeps the FireTV from sleeping (I use XBMC for Fire TV). I saw this issue while watching TV episodes on DVD and backed out from the disc after it returned to the episode list. The next morning, I noticed it hadn't slept overnight.

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<Global>
<keyboard>
<up>Up</up>
<down>Down</down>
<left>Left</left>
<right>Right</right>
<enter>Select</enter>
<menu>ContextMenu</menu>
<play_pause>Play</play_pause>
<backspace>Back</backspace>
<rewind>PageUp</rewind>
<fastforward>PageDown</fastforward>
</keyboard>
</Global>
<Home>
<keyboard>
<menu>XBMC.ActivateWindow(favourites)</menu>
</keyboard>
</Home>
<FullscreenVideo>
<keyboard>
<up>ChapterOrBigStepForward</up>
<down>ChapterOrBigStepBack</down>
<left>StepBack</left>
<right>StepForward</right>
<return>OSD</return>
<!--<menu>ShowSubtitles</menu>-->
<menu>ShowVideoMenu</menu>

<play_pause>Play</play_pause>
<backspace>Stop</backspace>
<rewind>Rewind</rewind>
<fastforward>FastForward</fastforward>
</keyboard>
</FullscreenVideo>
<videomenu>
<keyboard>
<backspace>Stop</backspace>
</keyboard>
</videomenu>

</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
updated keymap for FireTV0