futo-org / android-keyboard

Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime
Other
629 stars 22 forks source link

[Feature] Allow changing vibration strength #124

Open laundmo opened 3 months ago

laundmo commented 3 months ago

i'm coming from FlorisBoard where i have the vibration set to 1ms and strength to 100% which causes a very tactile snapping feeling.

i'm have the same feeling haptics set up from system settings.

sadly, in FUTO keyboard it doesnt seem like this is possible, with the vibration still feeling a bit too long/weak at the shortest duration of 1ms.

Also, i'd love vibration feedback when swiping the backspace to delete, or swiping the spacebar to move cursor, but thats just nitpicking at this point.

Progaros commented 3 months ago

I'd also like to see the vibration feedback

FetchFast commented 2 months ago

I think what you're saying is that vibration duration is useful, but you want a strength setting as well?

laundmo commented 2 months ago

I think what you're saying is that vibration duration is useful, but you want a strength setting as well?

yes, i thought i made myself clear but thats a very concise way of putting it

NicoWeio commented 1 month ago

Also, i'd love vibration feedback when swiping the backspace to delete, or swiping the spacebar to move cursor

There's a HapticFeedbackConstant for this, TEXT_HANDLE_MOVE, so implementation should be straightforward. I might give it a try if I find some spare time.