Apprendre
Un caractère est remplacé par une touche adjacente du clavier.
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)
Comment le reconnaître
- Single character replaced by keyboard neighbor
- Length remains the same
- Check QWERTY layout for adjacent keys
Erreurs fréquentes
- Not visualizing the keyboard layout
- Confusing with random substitution
- Forgetting diagonal adjacencies
Résolution étape par étape
Trouvez l'erreur : Original 'HELLO' vs Donné 'HRLLO'
- Comparer position 1 : 'H' = 'H'
- Comparer position 2 : 'E' vs 'R' - différence trouvée
- Comparer position 3 : 'L' = 'L'
- Comparer position 4 : 'L' = 'L'
- Comparer position 5 : 'O' = 'O'
- Vérifier le clavier : 'E' et 'R' sont adjacents sur le clavier AZERTY/QWERTY
- 'R' a été tapé au lieu de 'E' à cause du placement des doigts
Réponse: Erreur de proximité clavier : 'E' remplacé par la touche adjacente 'R' à la position 2