|
I'm confused. First, this is my lircd.conf:
- name /storage/.config/lircd.conf
- bits 16
- flags SPACE_ENC
- eps 30
- aeps 100
- header 8979 4495
- one 555 1696
- zero 555 571
- ptrail 555
- repeat 8980 2260
- pre_data_bits 16
- pre_data 0x202
- gap 79385
- repeat_gap 129096
- toggle_bit_mask 0x0
- begin codes
- KEY_SLEEP 0xB24D
- KEY_VOLUMEUP 0xA857
- KEY_VOLUMEDOWN 0x38C7
- KEY_MUTE 0xC23D
- KEY_E 0xCA35
- KEY_O 0x58A7
- KEY_LEFT 0x08F7
- KEY_UP 0xD02F
- KEY_RIGHT 0x8877
- KEY_DOWN 0x708F
- KEY_ENTER 0xB04F
- KEY_ESC 0x42BD
- KEY_I 0xA25D
- KEY_PREVIOUS 0x9A65
- KEY_SPACE 0x1AE5
- KEY_NEXT 0xB847
- KEY_STOP 0x22DD
- KEY_0 0x00FF
- KEY_1 0x807F
- KEY_BACKSPACE 0xC837
- KEY_2 0x40BF
- KEY_3 0xC03F
- KEY_4 0x20DF
- KEY_5 0xA05F
- KEY_6 0x609F
- KEY_7 0xE01F
- KEY_8 0x10EF
- KEY_9 0x906F
- end codes
- end remote
Copy code
But some mappings don't work as expected. I tested with irw app and pressed appropriate keys on my remote, it lookks fine:
- OpenELEC:~/.config # irw
- 18 0 KEY_O devinput
- 18 1 KEY_O devinput
- 18 0 KEY_O_UP devinput
- 12 0 KEY_E devinput
- 12 1 KEY_E devinput
- 12 0 KEY_E_UP devinput
Copy code
So, there should be key "O" send to Kodi (open info) and key "E" - open EPG. But it acutually does not happen and I can't understand why. If I press 'E" or 'O' on my conneced USB keyboard, Kodi responds correctly. Bot not from remote.
Do you have any idea?
|
|