-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Firstly I must say that I am a very fast typist.
So, the program is cancelling double letters when I type too fast.
For example "cancelling" turns out as "canceling", and "letters" turns out as "leters".
But that's understandable, if my second typing happens faster than the threshold.
The problem that I think it can be preventable is that the second letter is also cancelled even when is separated by another keystroke.
For example "even" becomes "evn", or "the elder" turns out as "the lder".
I don't know much about python to solve it myself, but I guess it can be something like, on every keystroke if the previous keystroke is different then cancel the threshold.
Metadata
Metadata
Assignees
Labels
No labels