Keymap.xml issues with "ContextMenu" in logitech dinovo media pad
#1
Hi I have a Logitech Dinovo media pad (and keyboard and mouse) and want to use the medipad as a xbmc remote. I tried studying up on how to make a keymap.xml and came up with this so far:
<keymap>
<global>
<keyboard>
<numpadtwo>down</numpadtwo>
<numpadeight>up</numpadeight>
<numpadfour>left</numpadfour>
<numpadsix>right</numpadsix>
<numpadzero>ParentDir</numpadzero>
<numpadseven>ContextMenu</numpadseven>
<numpadone>NextSubtitle</numpadone>
<numpadthree>ShowSubtitles</numpadthree>
</keyboard>
</global>
</keymap>

The direction keys seem to be working well enough but the rest of them are not working as well, especially the ContextMenu. I am having a heck of a time figuring out why its not working, i can assign a direction to numpadseven and it works fine but for context menu nada.

Any thoughts on what i might be doing wrong would really be appreciated!

Cheers,

-Gaiko
Reply
#2
I copied and pasted your keyboard.xml and on my standard keyboard the mappings all work fine. If you turn on debug logging (System settings, System, Debugging) then your xbmc.log contains lots of info about what keypress XBMC received and what action it took. Using your keyboard.xml and pressing numpad 7 my log file contains:

DEBUG: SDLKeyboard: scancode: 71, sym: 263, unicode: 55, modifier: 0
DEBUG: CApplication::OnKey: 61543 pressed, action is ContextMenu

JR
Reply

Logout Mark Read Team Forum Stats Members Help
Keymap.xml issues with "ContextMenu" in logitech dinovo media pad0