mpiannucci / gnome-shell-extended-gestures

Better touchpad gesture handling for GNOME
GNU General Public License v3.0
299 stars 34 forks source link

[Feature request] trigger command before finger release #78

Open gobonja opened 4 years ago

gobonja commented 4 years ago

Is it possible to implement command trigger as soon as 3 finger gesture is registered? Currently they are triggered on release. In the opposite of libinput-gestures, fusuma triggers command as soon as gestures are registered which results in much faster actions.

mpiannucci commented 4 years ago

Not currently but technically it could be possible, it’s just harder to ignore false positives that way. One alternative is play with the sensitivity to make the action trigger faster