9th Nov, 2014, 11:29 PM
Hi,
I've got a new remote control - Mele F10 Deluxe - and it has some buttons that XBMC does not known. If I look into the log file, I see for example:
14:25:38 T:3037372416 DEBUG: CLinuxInputDevice::KeyEvent: TranslateKey returned XBMCK_UNKNOWN from code(139)
The key code 139 is not defined in XBMC_keysym.h (https://github.com/xbmc/xbmc/blob/master/xbmc/input/XBMC_keysym.h) and has no mapping in LinuxInputDevices.cpp (https://github.com/xbmc/xbmc/blob/master/xbmc/input/linux/LinuxInputDevices.cpp).
According to the XBMC wiki (http://kodi.wiki/view/List_of_XBMC_keynames), it should be possible to map unknown keys with the <key id="..."> XML element, but if I look to the source code (LinuxInputDevices.cpp), it is clear that it is not.
Is there any way how to map this kind of buttons?
Thank you!
I've got a new remote control - Mele F10 Deluxe - and it has some buttons that XBMC does not known. If I look into the log file, I see for example:
14:25:38 T:3037372416 DEBUG: CLinuxInputDevice::KeyEvent: TranslateKey returned XBMCK_UNKNOWN from code(139)
The key code 139 is not defined in XBMC_keysym.h (https://github.com/xbmc/xbmc/blob/master/xbmc/input/XBMC_keysym.h) and has no mapping in LinuxInputDevices.cpp (https://github.com/xbmc/xbmc/blob/master/xbmc/input/linux/LinuxInputDevices.cpp).
According to the XBMC wiki (http://kodi.wiki/view/List_of_XBMC_keynames), it should be possible to map unknown keys with the <key id="..."> XML element, but if I look to the source code (LinuxInputDevices.cpp), it is clear that it is not.
Is there any way how to map this kind of buttons?
Thank you!