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

Bottom-right corner right-click #103

Open
alfredxing opened this issue Jan 10, 2016 · 3 comments
Open

Bottom-right corner right-click #103

alfredxing opened this issue Jan 10, 2016 · 3 comments

Comments

@alfredxing
Copy link

Hi!
I'm trying to set up my MacBook Air (early 2014) on Arch, but I can't seem to find a way to get the driver to emulate a right-click when I click on the bottom right corner of the trackpad. Is the button zones feature the correct way to achieve this?

My current config looks like this:

Section "InputClass"
  Identifier "touchpad"
  Driver "mtrack"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"

  Option "Sensitivity" "0.65"

  Option "TapButton1" "1"
  Option "TapButton2" "0"
  Option "TapButton3" "0"

  Option "ClickFinger1" "1"
  Option "ClickFinger2" "2"

  Option "ButtonIntegrated" "true"
  Option "ButtonZonesEnabled" "true"

  Option "IgnoreThumb" "true"
  Option "IgnorePalm" "true"
EndSection
@rynbrd
Copy link
Owner

rynbrd commented Jan 10, 2016

Yes. A right click is button 3 not 2 as you have it configured.

@alfredxing
Copy link
Author

Oh, okay, thanks!
Though after changing ClickFinger2 to "3" it still isn't working.

@zgrep
Copy link

zgrep commented Mar 9, 2016

As far as I can tell (from the documentation) ButtonZonesEnable enabled it only to the effect that it will recognize ClickFinger2 in the second zone and ClickFinger1 in the first zone. This means that it will recognize a two-finger click in the second zone as a right click (coincidentally, it's almost like a normal right click due to #61). At least, this is what happens for me.

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

3 participants