Alternative keymaps for Fire TV remote: Difference between revisions
Appearance
Elmerohueso (talk | contribs) |
Elmerohueso (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
{{Note|To make the remote work with XBMC's on-screen-keyboard, go to {{highlight|bordered=yes|'''[[Settings/System#Input devices|XBMC -> Settings -> System -> Input devices]]'''}} and enable {{highlight|bordered=yes|'''Remote control sends keyboard presses'''}} }} | {{Note|To make the remote work with XBMC's on-screen-keyboard, go to {{highlight|bordered=yes|'''[[Settings/System#Input devices|XBMC -> Settings -> System -> Input devices]]'''}} and enable {{highlight|bordered=yes|'''Remote control sends keyboard presses'''}} }} | ||
'''Note:''' These keymaps can also be applied using elmerohueso's "XBMC Tweaks for FTV" program addon, which is available from [https://github.com/elmerohueso/xbmc.repo.elmerohueso/raw/master/download/xbmc.repo.elmerohueso/xbmc.repo.elmerohueso-1.0.zip elmerohueso's XBMC repo]. | |||
== Keymap 1 == | == Keymap 1 == | ||
Revision as of 14:30, 17 July 2014
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
Note: These keymaps can also be applied using elmerohueso's "XBMC Tweaks for FTV" program addon, which is available from elmerohueso's XBMC repo.
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>volampup</up>
<down>volampdown</down>
<rewind>Rewind</rewind>
<fastforward>FastForward</fastforward>
</keyboard>
</FullscreenVideo>
</keymap>
What it does
Changes from the default are shown in bold print.
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>
<rewind>Rewind</rewind>
<fastforward>FastForward</fastforward>
</keyboard>
</FullscreenVideo>
</keymap>
What it does
Changes from the default are shown in bold print.
| Button | Global action | Fullscreen video action |
|
|---|---|---|---|
| 3 | Directional pad:
|
Directional pad:
| |
| 4 | Select | On-screen-display menu | |
| 6 | Context menu | CodecInfo overlay | |
| 8 | Play/pause | Play/pause | |
| 9 | Back | Stop |
Keymap 3
- 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>
<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>
<play_pause>Play</play_pause>
<backspace>Stop</backspace>
<rewind>Rewind</rewind>
<fastforward>FastForward</fastforward>
</keyboard>
</FullscreenVideo>
</keymap>
What it does
| Button | Global action | Home screen action | Fullscreen video action |
|
|---|---|---|---|---|
| 3 | Directional pad:
|
Directional pad:
|
Directional pad:
| |
| 4 | Select | Select | On-screen-display menu | |
| 6 | Context menu | Show Favourites | Toggle subtitles on/off | |
| 7 | Page Down | Page Down | Fast forward | |
| 8 | Play/pause | Play/pause | Play/pause | |
| 9 | Back | Back | Stop | |
| 10 | Page Up | Page Up | Rewind |
