Hi,
Just replaced my IR remote with one from an old android box.
I was able to create a rc_keymap file. Mostly everything is working as it should, all apart from one button that I’ve setup to send the TAB key.
The TAB key should send you back to fullscreen video if you are in a menu.
In my keymap, I have the following:
0x143 KEY_TAB
I know the hex for the key is ok, I see it when I run:
ir-keytable -p NEC,RC-5,RC-6,JVC,SONY -t
I can also map the key to other functions other than KEY_TAB and that works ok.
If I send the TAB using SSH, then I see the desired functionality (returning to video)
kodi-send --button=TAB
So it seems I have a problem with the KEY_TAB function itself…
Does anyone have any pointers on what I could do to debug this further?
Thanks
Wainy