-
-
Notifications
You must be signed in to change notification settings - Fork 30
Three-finger and Four-finger gestures not compatible with system gestures #37
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
Comments
I currently am using four-finger click to Full Screen, and it works fine. What is the issue you are describing? |
Is the system's native three-finger move enabled? |
Ah I just enabled the native three-finger move (pictured below), and three-finger moves trigger the "Three-Finger Click" gesture. I think this is unavoidable, as the system is simulating a click while three fingers are on the trackpad, which looks exactly like a three-finger click. If you want to use the system's native three-finger move, I recommend disabling the "Three-Finger Click" gesture (as well as any "Three-Swipe-x" gestures if you haven't already). With the system's three-finger move enabled, "Four-finger Click" still works fine for me, and I don't see an option for four-finger move. I have the native four-finger swipe set to switch desktops, and that doesn't interfere with "Four-Finger Click". |
so,the system's native four-finger move enabled ,problem happend |
Where are you enabling the system's native four-finger move? |
Hi, is the problem solved? |
Hi bro, |
Yeah, looks like if a thumb is resting on the trackpad while performing a three-finger move, four-finger click gets activated. I'm not sure there's an easy fix for this other than enforcing that all four fingers have to be close together for a four-finger click. In the mean time, you could try disabling four-finger click and using four-finger tap for full-screen (in the latest beta), or just try to lift all other fingers when performing a three-finger move. |
four-finger click == four-finger move Click Can't listen to the vibration event of the touchpad? |
or just try to lift all other fingers when performing a three-finger move. |
What trackpad gestures do you have enabled in Jitouch? Can you send screenshots? |
|
Ok, thanks - I think the solution to this will be configurable deadzones at each edge of the trackpad where fingers are not detected. There is a built in system for palm rejection that doesn't work well enough with the newer trackpads. I will see about improving the palm rejection when I can. Related to #18 |
thanks hard work |
Three-finger or Four-finger move will activate fullscreen,
The text was updated successfully, but these errors were encountered: