nightkr / flickboard

Flicking keyboard for Android
GNU Affero General Public License v3.0
124 stars 25 forks source link

"Gesture time threshold" similar to swipe threshold #199

Closed Anarchtism closed 4 months ago

Anarchtism commented 4 months ago

Context

I wonder if the core reason I have the issue mentioned in #197 could be mitigated if gestures required some amount of milliseconds to be dragged for before registering as a gesture rather than a tap.

Describe your suggested feature

A feature similar to "swipe threshold," but in regards to the time spent on drawing/swiping the gesture rather than the length.

Other details

I guess default to 0ms?

Acknowledgements