Created
August 26, 2024 10:58
-
-
Save arnobaer/34d0f51905ce668eea6db944e1def4a4 to your computer and use it in GitHub Desktop.
xmodmap for german on english keyboards
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Map umlauts to RIGHT ALT + <key> | |
keycode 108 = Mode_switch | |
keysym e = e E EuroSign | |
keysym c = c C cent | |
keysym a = a A adiaeresis Adiaeresis | |
keysym o = o O adiaeresis Adiaeresis | |
keysym u = u U adiaeresis Adiaeresis | |
keysym s = s S ssharp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment