-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
The "Three-Finger Pinch-In" gesture is too sensitive. #65
Comments
I haven't really observed this. What trackpad model are you using? The thresholds for "Three-Finger Pinch-In" and -Out are affected by |
It has a default value. Is there a way to reduce the sensitivity of this gesture only? Can I use a command-line tool to do it by adjusting |
In that case, the threshold should be about the same as it was in previous versions. Can you try increasing the distance anyway and see if that solves your problem? Also, what model of trackpad are you using? |
Apple Internal Keyboard / Trackpad: Product ID: 0x0273 |
That's weird. I have my distance set where "One-Fix Right-Tap" is usable and the Three-finger pinch gestures are far enough to be somewhat awkward to reach. I just checked the code again and the default index-ring distance of 0.33 * 0.455 here is almost exactly the original threshold of 0.15 here. The gesture also shouldn't happen with four-finger gestures. Are you seeing that as well? |
four-finger gestures work fine |
The "Three-Finger Pinch-In" gesture is way too sensitive. It's hardly usable. Performing some 4 finger gestures or resting 3 or 4 fingers on the trackpad can easily trigger the "Three-Finger Pinch-In" gesture without my intention to do it.
It didn't happen on the original JItouch version 2.74. Is there any way to fix it?
The text was updated successfully, but these errors were encountered: