Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Created September 9, 2021 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiebuilds/edc6b45e073d76db0c9219466744a500 to your computer and use it in GitHub Desktop.
Save jamiebuilds/edc6b45e073d76db0c9219466744a500 to your computer and use it in GitHub Desktop.

Hard to type symbols (on non-US keyboards)

I asked on twitter which symbols are hardest to type on non-US keyboards.

I didn't get a ton of responses, but I think it was clear which ones were most problematic.

char count visual notes
& 4 ####
^ 10 ########## Swedish: Dead Key, German: Typing vowels after becomes â
$ 3 ###
@ 3 ###
# 4 ####
! 1 #
? 2 ##
~ 5 ##### Swedish: Dead Key
` 9 ######### German: Typing vowels after becomes á
' 1 #
" 1 #
( 3 ###
) 3 ###
[ 6 ###### Swedish/French: AltGr
] 6 ###### Swedish/French: AltGr
{ 7 ####### Swedish/French: AltGr
} 7 ####### Swedish/French: AltGr
< 3 ###
> 3 ###
, 1 #
. 1 #
; 2 ##
: 2 ##
+ 1 #
- 1 #
* 1 #
/ 2 ##
% 2 ##
= 3 ###
_ 2 ##
| 2 ##
\\ 3 ### Swedish: AltGr

I should also mention a few things I noticed about that survey:

  • Lots of developers already switch to US keyboards because of use of these characters in various languages.
  • Many of the most disliked characters are very common in lots of languages already, but their frequency also might be why they jump out as annoying to people.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment