Skip to content

Cancelling double letters, even when they are separated #9

@CarlosRuiz-globalqss

Description

@CarlosRuiz-globalqss

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions