VRC-1100 remote - questions
#1
Hey guys,

My SSD recently died, and I lost my keymap.xml file + all other XBMC-related stuff.

I have problems configuring my remote again. I'm using a VRC-1100/HAMA MCE Remote (http://www.htcine.cz/fotky14034/fotos/_v...C_0696.jpg)

The problem I have, is regarding the context menu. I would like to button below "Yellow" to be my context menu button, but I have no idea what I should type into keymap.xml to get this done. When I press the button in XBMC now, it says something about Recorded TV.

Otherwise all other buttons works fine.

Hope someone can help.[/align]

Thanks in advance.
Reply
#2
So I tried this (which in my head should work)

Quote:<o mod="ctrl">ContextMenu</o>
<g mod="ctrl">Info</g>

...and

Quote:<key id="g">Info</key>
<key id="o">ContextMenu</key>

None seem to respond. And when I press the button under Yellow it keeps saying "Recorded TV".
Reply
#3
The "Recorded TV" notification is coming from the default keyboard.xml file, so you'll need to provide your override definition in your own keyboard.xml file (rather than keymap.xml) placed in the userdata\keymaps folder. See this wiki page for details.

The definitions you want are:
Code:
<o mod="ctrl">ContextMenu</o>   # Button below Yellow button
<g mod="ctrl">Info</g>          # Button below Blue button
Reply

Logout Mark Read Team Forum Stats Members Help
VRC-1100 remote - questions0