Paweł
Paweł
Interesting. It could be done in mtrack and it would be really unique feature, but I see few problems here: - as I checked on demo page http://galundin.github.io/circular-scrolling-improved/ fast back...
If touchegg simply listen to x input events, then yes, it will support touchegg. But to let touchegg detect gestures you will probably want to disable all gesture recognition in...
There are already settings "ButtonTouchExpire" and "FingerHigh", at first I'd suggest modifying them: you can do this by editing your xorg.conf, or using xinput to tweak driver without having to...
PSS. Once all configuration possibilities listed above fail, we can discuss possible solutions, and how to modify source code. It's difficult to tweak driver for apple trackpad device without having...
@tarkh Thanks man, merged. You may also consider adding your config to the existing examples.
Did you tried http://docs.oracle.com/javase/tutorial/2d/advanced/quality.html ?
What you mean by 3 finger drag? How does is differ from one finger drag?
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...
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.
Let me give you a tip: using swipe3 for button "1" drag is such a waste ;) Firstly: it duplicates tap-to-drag functionality (unless someone will make tap-to-drag button configurable :)...