v16 FireTV2 - Some button presses register twice
#16
Hey guys I am experiencing the exact same issues as OP and others in this thread - any help is greatly appreciated. I am running AFTV1 and just recently upgraded from Kodi 14.2 to 16.1 and that is what caused the keymaps to break. I have the same mapping where the PageUp and PageDown commands are being sent twice. Additionaly, I am having the same problem with the Info command. Whenever any of these are pressed, they are registering twice in Kodi which is really annoying as it skips a page of movies or it breaks the Info command, as it just quickly flashes and then goes away.

I tried using Ellekz workaround below to remap the commands to fake buttons in my keymap, but it did not work for me. Are there any other workarounds or fixes for this issue? Is it possible to revert my upgrades and go back to a different Kodi like 16.0 where this isnt broken? I'll post a sample of my keymap below, please let me know if you see anything I need to change.

Thanks

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<Global>
<keyboard>
<rewind>PageUp</rewind>
<fastforward>PageDown</fastforward>
<play_pause>Info</play_pause>
<fuckup>PageUp</fuckup>
<fuckdown>PageDown</fuckdown>
<fuckinfo>Info</fuckinfo>
</keyboard>
</Global>
...
Reply

Logout Mark Read Team Forum Stats Members Help
FireTV2 - Some button presses register twice1