FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

Some letter keys (ÜüÄäÖöÅåÆæØø) are unaffected by capslock

Open mobluse opened this issue 2 years ago • 0 comments

Some keys with letters in the German and Norwegian keyboard layouts are unaffected by capslock. It's Ü Ä Ö (Uuml Auml Ouml) and Å Æ Ø (Aring AElig Oslash) for German and Norwegian, respectively. I believe this is due to that they are outside the normal letter characters A-Z. I implemented Ç (Ccedil) on AltGr+C in the Norwegian keyboard and that works normally with Caps Lock, see my fork FabGL-N.

I noticed this in NetworkTerminal without being logged in, but it probably affects all apps.

I used names of characters from https://www.w3schools.com/charsets/ref_html_entities_4.asp.

I use TTGO VGA32_V1.4.

mobluse avatar Jul 13 '23 15:07 mobluse