-
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
Clicking does not ignore thumb #26
Comments
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. |
xorg.conf: Section "InputClass" |
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. |
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. |
Are you intentionally clicking with your thumb? If so that's a separate issue. |
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. |
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). |
When clicking with the thumb and forefinger down gives a two finger click gesture.
This is particularly tr a problem with the mac unibody touchpad as pressing with the thumb is the only way to click it.
Tested with v0.2.0.
The text was updated successfully, but these errors were encountered: