Problem: How to map unknown keys?
|
9th Nov, 2014, 11:29 PM
Post: #1
|
|||
|
|||
How to map unknown keys?
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! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to map unknown keys? - hrbi - 9th Nov, 2014 11:29 PM
RE: How to map unknown keys? - irkam - 12th Nov, 2014, 03:24 AM
RE: How to map unknown keys? - hrbi - 13th Nov, 2014, 06:11 PM
RE: How to map unknown keys? - mk01 - 27th Nov, 2014, 03:07 AM
RE: How to map unknown keys? - hrbi - 30th Nov, 2014, 08:49 PM
RE: How to map unknown keys? - mk01 - 6th Dec, 2014, 05:02 PM
|