http://forum.xbmc.org/showthread.php?tid=61170
http://forum.xbmc.org/showthread.php?tid=61219
So in desperation I have used evtest to get the output for each button, for example:
Button------code---value---scancode
Home-------226---fbc000d---Media
Standby----142---10082------Sleep
Red----------378---ffbc0048---TV2
Green-------391---ffbc0047---MP3
Yellow-------212---ffbc0049---Camera
Blue---------393---ffbc004a---Video
What I need to know now is how to use this information to write a custom keyboard.xml file to map the buttons to XBMC actions, I have tried:
Code:
<keymap>
<global>
<keyboard>
<key id="226">XBMC.ActivateWindow(Home)</key>
</keyboard>
</global>
</keymap>and various other combinations?
Thanks

Search
Help