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

Clicking does not ignore thumb #26

Closed
aplund opened this issue Mar 1, 2012 · 7 comments
Closed

Clicking does not ignore thumb #26

aplund opened this issue Mar 1, 2012 · 7 comments

Comments

@aplund
Copy link

aplund commented Mar 1, 2012

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.

@rynbrd
Copy link
Owner

rynbrd commented Mar 1, 2012

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.

@aplund
Copy link
Author

aplund commented Mar 1, 2012

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

@aplund
Copy link
Author

aplund commented Mar 1, 2012

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.

@jackinloadup
Copy link

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.

@rynbrd
Copy link
Owner

rynbrd commented Sep 2, 2012

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

@rynbrd rynbrd closed this as completed Sep 2, 2012
@rynbrd rynbrd reopened this Sep 2, 2012
@jackinloadup
Copy link

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.

@rynbrd
Copy link
Owner

rynbrd commented Sep 5, 2012

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).

@rynbrd rynbrd closed this as completed Sep 5, 2012
@rynbrd rynbrd reopened this Sep 5, 2012
@rynbrd rynbrd closed this as completed Sep 5, 2012
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