I was just wondering if the ok button on your remote worked. I get no response when I press it.
I found this error in the kodi log file when I press OK:
But if I drop out of kodi, and look at the ir-keytable test I see:
Code
LibreELEC:~/.kodi/temp # ir-keytable -s rc1 -t
Testing events. Please, press CTRL-C to abort.
1514244056.683666: event type EV_MSC(0x04): scancode = 0x800f0422
1514244056.683666: event type EV_KEY(0x01) key_down: KEY_OK(0x0160)
1514244056.683666: event type EV_SYN(0x00).
1514244056.841609: event type EV_MSC(0x04): scancode = 0x800f0422
1514244056.841609: event type EV_SYN(0x00).
1514244057.091590: event type EV_KEY(0x01) key_up: KEY_OK(0x0160)
1514244057.091590: event type EV_SYN(0x0
Update:
Looks like this might need to be updated at the code level.
I found this git where they did it for the wii mote with a similar issue.
Add mapping codes for the wiimote by tirithen · Pull Request #13139 · xbmc/xbmc · GitHub
Would you consider adding these three keycodes?
It would give the remote a lot of functionality.
+ { 352 , XBMCK_RETURN }, // OK
+ { 226, XBMCK_HOME }, // Home (windows button)
+ { 174, XBMCK_ESCAPE }, // Back