Hi everyone,
I've got Debian 6.x and XBMC 10 installed on my thinkpad. Lately I got me an MCE remote from ebay which xbmc recognized out of the box so I don't need lirc and most of the key mappings. However there are still usefull buttons not working and I tried everything from
http://wiki.xbmc.org/index.php?title=Rem...MCE_remote
When I press one of the coloured buttons blue, yellow, green or orange I allways end up in the corresponding TTY even though I allready set a mod="ctrl,alt" to the corresponding f1,f2,f3,f4 keys in the keyboard.xml. The super key was recognized once but isn't anylonger.
Here is what my keyboard.xml looks like now:
It doesn't change wether I'm activating "remote send keyboard commands" or not.
Could someone give me hint of where to look for the problemme?
I've got Debian 6.x and XBMC 10 installed on my thinkpad. Lately I got me an MCE remote from ebay which xbmc recognized out of the box so I don't need lirc and most of the key mappings. However there are still usefull buttons not working and I tried everything from
http://wiki.xbmc.org/index.php?title=Rem...MCE_remote
When I press one of the coloured buttons blue, yellow, green or orange I allways end up in the corresponding TTY even though I allready set a mod="ctrl,alt" to the corresponding f1,f2,f3,f4 keys in the keyboard.xml. The super key was recognized once but isn't anylonger.
Here is what my keyboard.xml looks like now:
Code:
<keymap>
<global>
<keyboard>
<f1 mod="ctrl,alt">XBMC.AvtivateWindow(MyPictures)</f1>
<f2 mod="ctrl,alt">XBMC.AvtivateWindow(MyMusic)</f2>
<f3 mod="ctrl,alt">XBMC.AvtivateWindow(MovieTitles)</f3>
<f4 mod="ctrl,alt">PlayDVD</f4>
<super>Notification(Key Pressed, Windows)</super>
<return mod="alt">AspectRatio</return>
<d mod="super">XBMC.ActivateWindow(shutdownmenu)</d>
<e mod="ctrl">Notification(Key Pressed, MyComputer)</e>
<tab mod="alt">Notification(Key Pressed, Alt+Tab)</tab>
<leftclick>Notification(Key Pressed, Mouse_left_click)</leftclick>
<r mod="super">Notification(Key Pressed, Refresh)</r>
</keyboard>
</global>
</keymap>
It doesn't change wether I'm activating "remote send keyboard commands" or not.
Could someone give me hint of where to look for the problemme?