-
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
Support for 3-Finger Drag? #91
Comments
+1 |
What you mean by 3 finger drag? How does is differ from one finger drag? |
Three fingers gesture in OS X begins click-hold, makes it convenient with no need to tap and such. |
Sound like something easy to add, especially on top of my recent changes, but what about swipes with 3 fingers? Does osx support them somehow? Is it able to recognize swipes and 3-finger dragging? |
Yeah, this shows some of the default swipe gestures OS X uses: https://support.apple.com/en-us/HT204895 This is three finger drag: https://support.apple.com/en-us/HT204609 Not sure if that answers your questions? |
Done. To test it build branch swipe-to-drag from here: https://github.com/p2rkw/xf86-input-mtrack/tree/swipe_to_drag See bottom of readme for instructions how to enable it. |
Nice! Seems to work as you'd expect, at least for the 5 minute impression. :) |
Let me give you a tip: using swipe3 for button "1" drag is such a waste ;)
or same thing using
Just replace "11" with your touchpad id. Next run easystroke, go to settings tab, and set gesture button to 8 (without modifiers). You can additionally configure Swipe4 or Scroll swipes to send button 1 events, so for example |
Hi! Was this merged into master by chance? |
Hi! Is working this feature on xserver-xorg-input-mtrack version (0.3.1-1build2)? About my configuration: etc/X11/xorg.conf.d/m-track.conf
Anyway, thanks for your work! |
Will there be support for 3-finger drag? I would really like to replicate the touchpad gestures on OS X. Thanks for this awesome project BTW! :)
The text was updated successfully, but these errors were encountered: