-
Notifications
You must be signed in to change notification settings - Fork 58
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
Erroneous clicking #107
Comments
I can confirm this with a simpler configuration
|
It seems to click when you tap and hold with two fingers |
Same problem here. All taping disabled and clicks still trigger when one finger rests on the trackpad and a 2nd one taps. |
I can confirm this issue on Macbook Pro Retina 13, Late 2012.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my MacBook Pro (mid-2012 non-retina), I have tap-to-click disabled and want to only use the hardware button for clicking. However, sometimes when my thumb plus another finger is touching (and only touching) the trackpad, an unexpected and unintended click occurs. This makes using the trackpad very unreliable. Any idea why this happens? Using Fedora 23 btw.
Here's my settings:
Section "InputClass"
MatchIsTouchpad "on"
Identifier "Touchpads"
Driver "mtrack"
Option "IgnoreThumb" "true"
Option "IgnorePalm" "true"
Option "DisableOnPalm" "true"
Option "Sensitivity" "0.40"
Option "ButtonEnable" "true"
Option "ButtonIntegrated" "true"
Option "TapButton1" "0"
Option "TapButton2" "0"
Option "TapButton3" "0"
Option "TapButton4" "0"
Option "BottomEdge" "25"
Option "ClickFinger1" "1"
Option "ClickFinger2" "3"
Option "ClickFinger3" "3"
Option "ButtonMoveEmulate" "false"
Option "TapDragEnable" "false"
Option "Swipe4RightButton" "0"
Option "Swipe4LeftButton" "0"
Option "SwipeRightButton" "9"
Option "SwipeLeftButton" "8"
Option "ScrollUpButton" "4"
Option "ScrollDownButton" "5"
EndSection
The text was updated successfully, but these errors were encountered: