gebaar-libinput icon indicating copy to clipboard operation
gebaar-libinput copied to clipboard

[Feature Request?] Defining Thresholds for gestures?

Open keiichiiownsu12 opened this issue 6 years ago • 4 comments

Has the ability to define a threshold, similar to fusuma and libinput-gestures for specific event, been implemented in gebaard yet, or due to come in a future release?

keiichiiownsu12 avatar Aug 28 '19 21:08 keiichiiownsu12

Agree, without the ability of adjusting threshold of gestures, I found the actions were draggy instead of swift.

LEXUGE avatar Oct 02 '19 06:10 LEXUGE

Basically the main reason why there is no threshold is that current implementation executes command on swipe end. This actually means that if you'd do short swift swipes they'd work if detected by your touchpad and libinput.

osleg avatar Oct 31 '19 10:10 osleg

#31 should allow threshold for swipe gestures.

osleg avatar Oct 31 '19 14:10 osleg

Implemented in my fork https://github.com/osleg/gebaar-libinput

osleg avatar Nov 05 '19 23:11 osleg