Code Monkey home page Code Monkey logo

Comments (7)

rynbrd avatar rynbrd commented on June 21, 2024

Please post your configuration. Though likely this doesn't have anything to do with thumbs specifically. The touch count for a physical click always counts the moving touches as well (the touch you're using to move the cursor). You will be able to disable this functionality with the ButtonMoveEmulate option in the next release.

Also, not everyone uses their thumb to click the pad. In fact, I've found that most people use the finger they're moving with to do so, which is how I do it, which is why things are the way they are in the current release.

from xf86-input-mtrack.

aplund avatar aplund commented on June 21, 2024

xorg.conf:

Section "InputClass"
MatchIsTouchpad "on"
Identifier "Touchpads"
Driver "mtrack"
Option "TrackpadDisable" "0"
Option "IgnoreThumb" "true"
Option "IgnorePalm" "true"
Option "DisableOnPalm" "true"
Option "ButtonEnable" "true"
Option "ButtonIntegrated" "true"
EndSection

from xf86-input-mtrack.

aplund avatar aplund commented on June 21, 2024

With the trackpad I have on my macbookpro8,2, the physical click with a single finger is impossible (i.e. you cannot physically get the pad down) if you do it in the top 2/3 of the trackpad and therefore is naturally suited to clicking with the thumb.

from xf86-input-mtrack.

jackinloadup avatar jackinloadup commented on June 21, 2024

My friends and I have the same issue as aplund. We navigate with our pointer finger then click with our thumb, but the click is recognized as a two finger click. Which feels unnatural to us. The IgnoreThumb setting gets half way there by allowing the thumb to rest while mousing around and two finger scrolling though. Seems it should also apply to clicking though.

from xf86-input-mtrack.

rynbrd avatar rynbrd commented on June 21, 2024

Are you intentionally clicking with your thumb? If so that's a separate issue.

from xf86-input-mtrack.

jackinloadup avatar jackinloadup commented on June 21, 2024

BlueDragonX: Yes I am intentionally clicking with my thumb.

I've looked through all the issues in the issue tracker. Open and Closed and I couldn't seem to find anything relievant. Are you suggesting I should open another issue?

Thanks for the great work btw. This is a fabulous trackpad driver.

from xf86-input-mtrack.

rynbrd avatar rynbrd commented on June 21, 2024

It's not an "issue" in the sense that there was or is something wrong with that. It's a configuration option and doesn't have anything to do with using your thumb to click. By default the driver counts all fingers on the trackpad when determining whether to simulate a left, right, or middle button click. You need to configure it to ignore fingers already associated with a gesture. Take a look at the README file (I feel like I've answered this one a lot lately).

from xf86-input-mtrack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.