Patrick Goldinger
Patrick Goldinger
Thanks for your suggestion! That's true, you can currently trigger more than one gesture at once. May be a bit tricky to fix this, as there are different swipe detection...
> As a lazy programmer, I'd just add some global variable that, if True, disables all other gestures. I mean that would definitely work, haha > Also, I have no...
Ok I just tried the different issues from the initial list and these are my results: > If you swipe on your keyboard and accidentally touch your spacebar/delete icon, the...
Thanks for your suggestion! I see, Fleksy is a very modern looking keyboard, which has some cool features I might also re-implement here, including your suggestion. I think the quick...
Yes, definitely. Just don't know exactly when, but phase 3 seems most probable for me.
Agreed, this sounds like a cool feature. Will add it on my todo list!
Implementation idea: delete key | shift? | behavior ---|---|--- tap | no | deletes 1 char/word before cursor tap | yes | deletes 1 char/word after cursor tap&hold | no...
PR #3010 adds a combined shift+delete key behavior which acts as a forward delete, which should fix this issue.
Hmm strange why do you even need the default keyboard for number inputs? When an input field is marked as `InputType.TYPE_CLASS_NUMBER` by the target app or website, it means that...
Thanks for the suggestion! I am aware that there can be two number rows at once when both the hinted number row and the number row a re activated. I...