4
4
I'd like to cut down on my keyboard Schizophrenia...
I work on a Mac at work and I can type Umlauts via Option+u, key
Example: Option+u (Release), a gives ä
On my home PC (Linux, Opensuse 12) I press Compose+", a.
I also type in Dvorak... so the Mac way of typing umlauts seems much much easier to my fingers. Anyone know how to change the compose key sequences on Linux to change umlauts to Compose+u?
Thanks
-- Solution I used --
found this post: http://forums.freebsd.org/archive/index.php/t-28413.html
and I edited my xkb/us file as described BUT with dvorak keys:
partial alphanumeric_keys
xkb_symbols "dev-de" {
name[Group1]= "USA - German developers";
include "us(dvorak)"
include "ctrl(nocaps)"
key <AC04> { [ u, U, udiaeresis, Udiaeresis ] };
key <AC02> { [ o, O, odiaeresis, Odiaeresis ] };
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
key <AC10> { [ s, S, ssharp, S ] };
include "level3(ralt_switch)"
};
Now I can just do:
setxkbmap us dev-de
and type umlauts with ralt. Äwesöme
That link is a 404 now. – meshy – 2019-05-16T08:03:09.943
Ok, great answer. I didn't use this exact answer but it pointed me in the correct place. Thanks! See my edit in the question – Shaun – 2013-11-21T19:17:22.710