MCE Remote Mapping, Right Mouse Click
#1
I've searched but haven't found a solution to map a button on my MCE Remote to the right mouse click (context menu).

Is this possible?
Reply
#2
This is possible in Eden but not in v10.1. Assuming you're using the Eden beta or RC1 press Windows-R and in the Run dialog type:

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

and click OK and answer Yes when you're prompted to create a new file. Copy and paste the following into notepad:

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

and replace "ContextMenu" by whatever you want the right button to do. Close Notepad and save the changes.

JR
Reply
#3
The beta versions have the "C" button mapped to the context menu. Set it up in de MCERemote plugin to the color blue or something and it will work.
Reply
#4
n0fragger Wrote:The beta versions have the "C" button mapped to the context menu. Set it up in de MCERemote plugin to the color blue or something and it will work.

Thanks n0fragger, that did the trick
Reply

Logout Mark Read Team Forum Stats Members Help
MCE Remote Mapping, Right Mouse Click0