Learn
A character is replaced by an adjacent key on the keyboard.
Keyboard proximity errors occur when a typist accidentally presses a key adjacent to the intended key on a QWERTY keyboard. For example, pressing 'R' instead of 'E', or '5' instead of '4'. These are among the most common typing errors.
Key replaced by horizontally or vertically adjacent key on QWERTY layout
- HELLO → HRLLO (E replaced by adjacent R)
- 12345 → 12445 (3 replaced by adjacent 4)
- CODE → CODW (E replaced by adjacent W)
How to recognize it
- Single character replaced by keyboard neighbor
- Length remains the same
- Check QWERTY layout for adjacent keys
Common mistakes
- Not visualizing the keyboard layout
- Confusing with random substitution
- Forgetting diagonal adjacencies
Step-by-step walkthrough
Find the error: Original 'HELLO' vs Given 'HRLLO'
- Compare position 1: 'H' = 'H'
- Compare position 2: 'E' vs 'R' - mismatch found
- Compare position 3: 'L' = 'L'
- Compare position 4: 'L' = 'L'
- Compare position 5: 'O' = 'O'
- Check keyboard layout: 'E' and 'R' are adjacent on QWERTY keyboard
- The typist hit 'R' instead of 'E' due to finger placement
Answer: Keyboard proximity error: 'E' replaced by adjacent key 'R' at position 2