Hi all
I'm not new to Kodi but I'm a little lost trying to sort out my A95X 905X box. I've got Kodi installed and running great, no major issues, except the stock remote doesnt have any Pause/Play/Stop buttons as standard. Theres some buttons on the remote that are not bound on Kodi and I'd like to bind these buttons to be my Play/Stop etc buttons. I'll then use a Harmony remote.
I've done this previously with my x86 HTPC & also RPi, but previously used LIRC, which doesnt seem to be active. So hows best to achieve this?
I've used dmesg -c and one of the spare buttons returns:
[ 1849.355133@0] remote: press ircode = 0x5f,
[ 1849.355173@0] remote: scancode = 0x018a,maptable = 0,code:0xa05fdf00
[ 1849.355231@0]
[ 1849.706691@0] remote: release ircode = 0x5f,
[ 1849.706821@0] remote: scancode = 0x018a, maptable = 0,code:0x00000000
but I'm lost how to translate this into Kodi, I tried creating a keyboard.xml file in keymaps and used:
<keymap>
<global>
<keyboard>
<key id="0x5f">Stop</key>
</keyboard>
</global>
</keymap>
but it didnt work, it was a little bit of a stab in the dark from a Google search.
Can anyone help?
Thanks