Moin,
I don’t even really know how to formulate it in German and now I have to do it in English. Oh my God
This how-to is from me at kodinerds.net:
https://www.kodinerds.net/index.php/Thread/61574-HOW-TO-Wie-mache-ich-meine-Fernbedienung-wieder-fit-für-das-neue-LIRC-Protokoll/
Unfortunately, some keymaps are no longer implemented by Kodi or Coreelec. Let’s stick with just one remote control key. For me it is the power button.
The remote control sends the code “0x40404d” and this should be converted into KEY_S, which CE unfortunately does not do. Instead, CE does nothing.
I therefore suspect that KEY_S (XBMCK_s) has been replaced by something else. Who among the coders here can answer this for me…?
My meson-ir file:
table KIII_S905_BOX, type: nec
0x40404d KEY_S
0x404043 KEY_MUTE
0x404053 MEDIA
0x40405b TV
0x404057 WEB
0x404054 APP
0x40401c KEY_VOLUMEDOWN
0x40401e KEY_REWIND
0x40401f KEY_FASTFORWARD
0x404015 KEY_VOLUMEUP
0x40401a KEY_HOME
0x404042 KEY_ESC
0x40400b KEY_UP
0x40400e KEY_DOWN
0x404010 KEY_LEFT
0x404011 KEY_RIGHT
0x40400d KEY_ENTER
0x404045 KEY_MENU
0x404044 KEY_CONTEXT_MENU
0x404001 KEY_1
0x404002 KEY_2
0x404003 KEY_3
0x404004 KEY_4
0x404005 KEY_5
0x404006 KEY_6
0x404007 KEY_7
0x404008 KEY_8
0x404009 KEY_9
0x40400f KEY_I
0x404000 KEY_0
0x40400c KEY_BACKSPACE
Everything works. Only KEY_S for the shutdown menu does not.
Please, who can help?
Greetings Tommy
Translated with www.DeepL.com/Translator (free version)