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

Erroneous clicking #107

Open
blcs79 opened this issue Mar 1, 2016 · 5 comments
Open

Erroneous clicking #107

blcs79 opened this issue Mar 1, 2016 · 5 comments

Comments

@blcs79
Copy link

blcs79 commented Mar 1, 2016

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

@malteo
Copy link

malteo commented Mar 24, 2016

I can confirm this with a simpler configuration

Section "InputClass"
    MatchIsTouchpad "on"
    Identifier "Touchpads"
    Driver "mtrack"
    Option "Sensitivity" "0.5"
    Option "FingerHigh" "6"
    Option "FingerLow" "6"
    Option "IgnorePalm" "true"
    Option "TapButton1" "0"
    Option "TapButton2" "0"
    Option "TapButton3" "0"
    Option "TapButton4" "0"
    Option "ScrollDistance" "75"
    Option "ScrollClickTime" "10"
EndSection

@malteo
Copy link

malteo commented Mar 25, 2016

It seems to click when you tap and hold with two fingers

@Nax
Copy link

Nax commented Jun 21, 2016

Same problem here. All taping disabled and clicks still trigger when one finger rests on the trackpad and a 2nd one taps.

@dennisfen
Copy link

I can confirm this issue on Macbook Pro Retina 13, Late 2012.
Here's my config:

Section "InputClass"
        MatchIsTouchpad "on"
        Identifier      "Touchpads"
        Driver          "mtrack"
        Option          "Sensitivity"           "0.50"
        Option          "IgnoreThumb"           "true"
        Option          "IgnorePalm"            "true"

        #disable tap-click
        Option          "TapButton1"            "0"
        Option          "TapButton2"            "0"
        Option          "TapButton3"            "0"
        Option          "TapButton4"            "0"

        Option          "ClickFinder1"          "1"
        Option          "ClickFinder2"          "3"
        Option          "ClickFinder3"          "2"
        Option          "BottomEdge"            "35"
        Option          "ButtonIntegrated"      "true"
        Option          "ButtonMoveEmulate"     "false"

        #natural scrolling
        Option          "ScrollDownButton"      "4"
        Option          "ScrollUpButton"        "5"
        Option          "ScrollLeftButton"      "7"
        Option          "ScrollRightButton"     "6"
EndSection

@p2rkw
Copy link

p2rkw commented Oct 16, 2016

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

5 participants