nightkr / flickboard

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

Change how long swipes in v0.1.8 beta work #220

Closed Anarchtism closed 1 month ago

Anarchtism commented 2 months ago

Context

Currently long swipes in the v0.1.8 beta are calculated by

min(width, height)*1.5

but with key height set pretty short, they interfere with other gestures.

Describe your suggested feature

We talked about this in the Discord and I suggested using key width as well as making it more tunable (default to two key widths, but settable to anything from 1 to 4).

You mentioned in theory you could also have swipes up/down so then said;

maybe the answer would be to weight it by angle? so horizontal swipes would use width, and vertical ones would use the height...

Other details

No response

Acknowledgements