Kodi Community Forum

Full Version: For us left handers (Gotham)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any settings in Gotham to change a mouse buttons over for left handed people ?
I think you can achieve this by editing mouse.xml in system/keymaps?
I use my left middle and index finger to left-click. Couldn't imagine reversing clicking. Interesting.
(2014-05-06, 04:24)jmarshall Wrote: [ -> ]I think you can achieve this by editing mouse.xml in system/keymaps?


Can you be more precise ?
Cheers
More specific is not possible. Check that xml file jm pointed you to and change it accordingly.
Code:
<global>
    <mouse>
      <leftclick>rightclick</leftclick>
      <middleclick>middleclick</middleclick>
      <rightclick>leftclick</rightclick>
      <doubleclick>doubleclick</doubleclick>
      <wheeldown>wheeldown</wheeldown>
      <wheelup>wheelup</wheelup>
      <mousedrag>mousedrag</mousedrag>
      <mousemove>mousemove</mousemove>
    </mouse>
  </global>
Where do I find system/keymaps ?