[SOLVED]Configuring Remote
#1
Hi

I am using a VRC-100 (Hama) remote and it does 99% of what I need.

The one problem I'm having is with the right click button. In movies if I press it it will display the movie info, but what I would like to do is use it to bring up the screen where I can update my library etc.

I've tried programs like LM Remote Keymap etc but with no joy.

Has anyone found a fix for this?

Cheers
Reply
#2
You can configure the right click action using a mouse mapping file. Press Windows-R and in the Run dialog type:

Code:
notepad "%appdata%\xbmc\userdata\keymaps\mouse.xml"

Click OK and answer Yes when you're asked to create a new file. Copy and paste the following into Notepad:

Code:
<keymap>
  <global>
    <mouse>
      <rightclick>ContextMenu</rightclick>
    </mouse>
  </global>
</keymap>

Close Notepad and save the changes.

The above will configure the right mouse click, but I'm not sure that ContextMenu is the action you want, because I think a right mouse click opens the context menu by default. If you tell me what keypress on the keyboard does what you want I can tell you the correct action to put in mouse.xml.
Reply
#3
Hi

This is exactly what I was looking for.

Many thanks
Reply
#4
Slrry to bump a solved thread,
But I had the context menu mapped to my record button, now however, becasue of this post, ive relocated it onto the right click (which is the "i" button on my remote) and for that... I salute you Jhsrennie Smile
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED]Configuring Remote0