xwiimote / xf86-input-xwiimote

X.org XInput2 Wii Remote driver based on XWiimote
Other
37 stars 14 forks source link

Document mouse button mapping #28

Open axfelix opened 6 years ago

axfelix commented 6 years ago

Hi,

I've tried doing something like this in the xorg.conf file and it doesn't appear to be working:

    Option "MapA" "Pointer_Button1"
    Option "MapB" "Pointer_Button2"
    Option "MapHome" "Pointer_Button3"
    Option "MapPlus" "XF86ScrollUp"
    Option "MapMinus" "XF86ScrollDown"

Not too familiar with xfb bindings myself, so I was wondering if you could clarify if this is supported and provide some documentation examples if so. My goal is to be able to use the Wiimote as an air mouse...

trigg commented 3 years ago

Found this post before finding the answer in the man page man xorg-xwiimote

    Option "MapA" "left-button"
    Option "MapB" "right-button"
    Option "MapHome" "middle-button"

Even though it's an old issue, it's still open so I'm replying here for anyone else finding this