bulletmark / libinput-gestures

Actions gestures on your touchpad using libinput

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config option to start action when gesture starts

guiodic opened this issue · comments

It would be useful to be able to configure libinput-gestures to start the action when the gesture starts, with a configurable delay.

Thanks!

Please explain why you think anybody would want that? If you want a quicker gesture just move your fingers quicker and/or for a shorter distance.

This program relies completely on libinput to decide and discriminate what gestures are. It doesn't decide the direction (e.g. of the 8 swipe candidates) until libinput says the gesture is completed (i.e. when the users' fingers are lifted) because the user can change their mind, e.g. they can swipe left slightly and then swipe right significantly before they lift their fingers and since this program looks only at the absolute distance traveled at that end then it knows it was a swipe right, not a swipe left. This can be a subtle difference, e.g. between a swipe left and a swipe left_down. Or they can move their fingers back to approximately where they started from to "cancel" the gesture because this program requires a threshold movement.

No response from OP so closing.