Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document mouse button mapping #28

Open
axfelix opened this issue Feb 24, 2018 · 1 comment
Open

Document mouse button mapping #28

axfelix opened this issue Feb 24, 2018 · 1 comment

Comments

@axfelix
Copy link

axfelix commented Feb 24, 2018

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
Copy link

trigg commented Jun 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants