JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.62k stars 167 forks source link

Three fingers dragging #595

Closed mvaranda closed 2 years ago

mvaranda commented 2 years ago

Three Fingers dragging configuration

Thanks so much for maintaining this project. Before I dig in the code I would like to know if there is out of the box 3 fingers dragging feature (click/hold/move/release emulation). If so then what would its configuration look like. Thanks in advance.

JoseExposito commented 2 years ago

Hi,

Touchégg is not the right place to implement this. The Wayland compositor or libinput should implement it for the reasons explained here: https://github.com/JoseExposito/touchegg/issues/577

mvaranda commented 2 years ago

Thanks Jose. I just realized that GNOME 's double-touch and holding (on the second touch) emulates left-click/hold. Thanks for the reply and the good work.