2010-09-08, 22:48
I have a vista mce remote that works like a HID keyboard.
I've mapped succesfully almost every key.
I have a problem with the green start button(the one with windows logo).
Looking with xev I see that key is mapped in this way : Alt_L + Super_L + Return.
I don't know how to manage the Super_L (left windows key) in xbmc.
I've tried this config in my keyboard.xml:
<return mod="leftwindows,alt">Info</return>
but xbmc doesn't recognize the event.I see in the log of xbmc the keycodes of the keys( 133 + 64 + 36 ) but no action executed.
I suppose that left windows key can't be used as a mod key.
Is there a way to manage this situation?
I've mapped succesfully almost every key.
I have a problem with the green start button(the one with windows logo).
Looking with xev I see that key is mapped in this way : Alt_L + Super_L + Return.
I don't know how to manage the Super_L (left windows key) in xbmc.
I've tried this config in my keyboard.xml:
<return mod="leftwindows,alt">Info</return>
but xbmc doesn't recognize the event.I see in the log of xbmc the keycodes of the keys( 133 + 64 + 36 ) but no action executed.
I suppose that left windows key can't be used as a mod key.
Is there a way to manage this situation?