Alternative keymaps for Fire TV remote
Appearance

Alternative keymaps for the Amazon Fire TV remote, as suggested by the community.
Note: To make the remote work with XBMC's on-screen-keyboard, go to XBMC -> Settings -> System -> Input devices and enable Remote control sends keyboard presses
Keymap 1
- Cut and paste the following into a new text document and save as keyboard.xml and place in
userdata/keymaps/
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenVideo>
<keyboard>
<menu>SmallStepBack</menu>
<backspace>Stop</backspace>
<up>VolumeUp</up>
<down>VolumeDown</down>
</keyboard>
</FullscreenVideo>
</keymap>
What it does
Keymap 2
- Cut and paste the following into a new text document and save as keyboard.xml and place in
userdata/keymaps/
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenVideo>
<keyboard>
<menu>CodecInfo</menu>
<backspace>Stop</backspace>
</keyboard>
</FullscreenVideo>
</keymap>