key mapping - what button is the middle mouse?
#1
Just wondering if it's possible to map the "enter" to the middle mouse button.

Using a Cideko keyboard and they have a middle mouse button along the arrow keys, so it does make more since to map it as okay or enter.

There software only remaps a few keys.

Any ideas?
Reply
#2
Get Showkey.exe (just search for it) and when you click it the mutton, the command it sends will be displayed in Showkey.exe in the format required by XBMC's .xml files.
Reply
#3
shurgs nm, did it throw event ghost.

5 seconds later done.
Reply
#4
In Eden you can map mouse buttons. You need to create a file in your userdata\keymaps folder called mouse.xml and containing something like:

Code:
<keymap>
  <global>
    <mouse>
      <middleclick>notification(Mouse, Middle button click, 2)</middleclick>
    </mouse>
  </global>
</keymap>

JR
Reply

Logout Mark Read Team Forum Stats Members Help
key mapping - what button is the middle mouse?0