You are not logged in.
Pages: 1
I have an Italian keyboard, but I often write in German and switch frequently between Italian and German, so I would like to be able to easily insert German Umlaute (ä, ö, ü, Ä, Ö, Ü) without changing the layout of the keyboard.
Ideally, I would like to change the original keymap as follows:
"AltGr + a" inserts ä (unicode 0228)
"AltGr + o" inserts ö (unicode 0246)
"AltGr + u" inserts ü (unicode 0252)
"Shift + AltGr + a" inserts Ä (unicode 0196)
"Shift + AltGr + o" inserts Ö (unicode 0214)
"Shift + AltGr + u" inserts Ü (unicode 0220)
(“AltGr+s" for ß already works!)
I would the changes to be permanent, and not just for the terminal, but I would like them to work always and anywhere. How to achieve that? Thanks!
Offline
Derive /usr/share/X11/xkb/symbols/it into your own variant and add the diaresis symbols (lookup the de table), however maybe (and since I'm not sure this would work w/ wayland anyway):
https://wiki.archlinux.org/index.php/Xo … ompose_key
Offline
Pages: 1