You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
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.
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
1that immediately changes to0, or in1with zero being omitted completely, and it also seems to result in reverse order10being typed with higher probability (also automatically moving the cursor one column before, too?), though I'm sure I typed them as01, 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.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.