> We are shipping a fix for a very common issue: if you're using a <i>foreign keyboard</i>, such as Portuguese, Norwegian, Swedish etc, you weren't able to type some characters like á, ä, ~ and so on. That's not the case anymore!<p>emphasis mine.<p>I have to say I'm pretty tired of this attitude that the whole world should use the anglo-centric defaults (but in case you won't we add support for you later).<p>Regrettably most of us developers (even those of us who live in non-english speaking counties and don't speak english natively) seem to just "settle" for the english keyboard layouts when we are developing. We tell our self that the english layout is "superior for programming". Perhaps we are correct (I doubt we are), but that is irrelevant. When we think like that we are causing accessibility problems to a <i>huge</i> portion of the users of our products.<p>What bothers me most, as an Icelandic developer who prefers my native keyboard layout, is how we shun ISO third level shifts[1]. For example, when I type TILDE (U+007E; ~), I press and hold the third level shift (remapped to <Caps Lock>; traditionally <Alt Gr>), press and release <?>, and release the third level shift. Most English speaking developers use the ANSI keyboard layout[2], which historically doesn't have a notion of third level shift. Mac OS X is a terrible perpetrator by mapping the third level shift to the <⌥ option> key, which also serves as a modifier. I never know when I type COMMERCIAL AT (U+0040; @) (<Third Level Shift> + Q) whether I will input the character or quit the program.<p>[1]: <a href="https://en.wikipedia.org/wiki/ISO/IEC_9995#Levels_.28.E2.80.9Cunshifted.E2.80.9D_.E2.80.9Cshifted.E2.80.9D.2C_.E2.80.9CAltGr.E2.80.9D.29" rel="nofollow">https://en.wikipedia.org/wiki/ISO/IEC_9995#Levels_.28.E2.80....</a><p>[2]: <a href="https://en.wikipedia.org/wiki/Keyboard_layout#/media/File:ANSI_Keyboard_Layout_Diagram_with_Form_Factor.svg" rel="nofollow">https://en.wikipedia.org/wiki/Keyboard_layout#/media/File:AN...</a><p>---<p>Edit: Formatting