Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Bug: typing really fast makes some characters overwrite themselves #39

Description

@VerMishelb

Sometimes when several keys are pressed quickly they overwrite the same symbol, or even put the same symbol to both the first and the second column. This is very noticeable when I type out the line number to put it as a listing in some document. For example, pressing keys "0", "1" in that order might result in either 1 that immediately changes to 0, or in 1 with zero being omitted completely, and it also seems to result in reverse order 10 being typed with higher probability (also automatically moving the cursor one column before, too?), though I'm sure I typed them as 01, and insert mode confirms that. I tried to put my fingers together in a way that "l" in "lk" is pressed before "k" and typed the same sequence in overwrite mode and insert mode. All sequences are supposed to be 40 characters long.

// Empty line, overwrite
kklkkkkklklklklklklklkkkklklklk
// Insert mode
lklklklklklklklklklklklklklklklklklklklk
// Spaces, overwrite
kkklkkkkkkkkkkkkkkkkk                                      

I know it looks like I'm just dumb and type them too fast so they are typed backwards but insert mode seems to prove the opposite.

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