Have it ever happened to you, when you type fast, e.g "kill", it turns out "ikll"? [duplicate]

A friend of mine's having trouble with her computer. When typing really fast, the letters get swapped around.

All my years working with computers I've never encountered this. I'm guessing virus.

An example: s cterompus uck! (computer suck!)

As you can see, some of the letters are in completely the wrong place, which means the computer must buffer them, and output them in the wrong order.

What's causing this?


Solution 1:

With cheaper keyboard designs and why "gaming" keyboards are more expensive. Most keyboards use a matrix (see http://en.wikipedia.org/wiki/Rollover_%28key%29) and a really fast typist can cause the keyboard to incorrectly register key presses (I am seldom this fast). A better external keyboard is likely the best solution.

Solution 2:

This answers the question brought up here, which is similar but not identical to this question.

This comes down to how fast the keyboard can scan its keys.

Most less expensive keyboard designs will scan keys sequentially, from left to right and from top to bottom. This is cheap and easy to implement, but as you've observed, will tend to cause transposition of letters when typing at very high speeds.

Professional and gaming keyboards will generally scan faster than cheaper keyboards and are less likely to transpose letters in this fashion. In particular, while consumer-grade keyboards generally poll at only 125 Hz, which can easily cause problems when typing fast, gaming keyboards typically poll at 1000 Hz, which is much less likely to result in erroneous registration.

Furthermore, key switches (or any other electrical switches) are subject to bouncing, which means that when actuated, the switch needs some time to settle to a electrically stable state. As such, to avoid erroneous behavior, the keyboard electronics need to wait a bit when reading the state of the key. This delay is typically on the order of 20 ms. Mechanical key switches of the kind found in more expensive keyboards tend to need less time for this debouncing process than typical membrane key switches. In fact, keyboard and key switch manufacturer Cherry (whose MX switches are recognized as the gold standard for mechanical keyboards) has gone so far as to use analog readout of the key switches in the MX Board 6.0 to practically eliminate this debouncing delay and maximize responsiveness.

Solution 3:

Is this a laptop with a trackpad? I had all kinds of cursor randomness on a (now-ancient) Dell laptop with a Synaptics trackpad. My palm pressure on the near edge of the deck caused false trackpad input and jumped the cursor around randomly while I was typing. My solution then was to use an external mouse and disable the trackpad.

Today, my Macbook's trackpad - and probably most others - has an option to Ignore Input While Typing, or Ignore Accidental Input, or something similar. Using that option, I can now type up to speed and expect that what I type is what I'll get.

Solution 4:

It could be a bad keyboard controller on the motherboard. It is essentially a slightly programmable 4-bit microcomputer.

It could be installed software that is looking for activation keystrokes.

It could be sticky keys (delayed delivery of scan codes) by the keyboard.

It could be something else I didn't think of....