New Firestick with Alexa voice

Ultimate FireTV Stick Remote Mod. for KODI & PotatoTV/ Stalker/ IPTV Simple

Enables added functionality to the FireTV Stick remote to mimic standard remote functions.

<!-- Button Ids: -->
<!-- 3: left (in fullscreen mode- returns to last ch.) -->
<!-- 3: right (in fullscreen mode- OSD) -->
<!-- 3: up/down (in fullscreen mode- Channel Peek Up/Dn
(Shows Channel List info. with On-screen Banner (press Select(4) to change Channel) -->
<!-- 4: Select / OK -->
<!-- 6: menu (in fullscreen mode- TV Ch. Numeric Keypad OnScreen Dialog) -->
<!-- 7: FFwd. (in fullscreen mode- Vol. Up / In EPG- Scroll Page up) -->
<!-- 8: play/ pause (in fullscreen mode- Stop(End Stream)) -->
<!-- 9: Back/Return (in fullscreen mode- Brings up EPG or Channel List) -->
<!-- 10: Rwd. (in fullscreen mode- Vol. Down / In EPG- Scroll Page down) -->

* Copy to: Android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps directory

*Easy method to copy files to FireTV Stick

Amazon store - Install ES File Explorer.
To Copy - go to directory with file. long press on the file and a check mark will appear. Go down and select copy.
To Paste -go to directory for the file. Go down and select Paste.
* In settings, turn on Hidden Files /Folders

- For transfer across network (pc for example), On pc, go to directory you want to make accessable, right click and then
"Share as" Enter a (or you can share the entire c:\ directory)
- In ES File explorer, click network or LAN, then click Scan. It will scan for discoverable devices. Click on PC (If
password protected, enter user name/pwd), then copy and Paste as above.

*Alternately, you can make text file "Keyboard.xml"
enter the following text, and save to the keymaps directory.

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenVideo>
<keyboard>
<rewind>VolumeDown</rewind>
<fastforward>VolumeUp</fastforward>
<play_pause>Pause</play_pause>
</keyboard>
</FullscreenVideo>
<FullscreenLiveTV>
<keyboard>
<menu>Number1</menu>
<left>Number0</left>
<right>OSD</right>
<rewind>VolumeDown</rewind>
<fastforward>VolumeUp</fastforward>
<play_pause>Stop</play_pause>
</keyboard>
</FullscreenLiveTV>
<tvguide>
<keyboard>
<fastforward>PageDown</fastforward>
<rewind>PageUp</rewind>
<play_pause>Stop</play_pause>
</keyboard>
</tvguide>
<tvchannels>
<keyboard>
<fastforward>PageDown</fastforward>
<rewind>PageUp</rewind>
<play_pause>Stop</play_pause>
</keyboard>
</tvchannels>
</keymap>

Good Luck & Happy Viewing
/kens
http://www.mediafire.com/file/cuu0i4lut97917d/Keyboard.xml