Skip to content

Instantly share code, notes, and snippets.

@samuelb
Created February 3, 2018 22:11
Show Gist options
  • Save samuelb/078463220c1c93f75bccb8385565bb51 to your computer and use it in GitHub Desktop.
Save samuelb/078463220c1c93f75bccb8385565bb51 to your computer and use it in GitHub Desktop.
xmodmap config
! remove CapsLock, as nobody needs it
remove Lock = Caps_Lock
! reconfigure CapsLock as switch, s.t. it activates
! umlauts on a, o, u, s
keycode 66 = Mode_switch
keycode 26 = e E EuroSign cent
keycode 30 = u U udiaeresis Udiaeresis
keycode 32 = o O odiaeresis Odiaeresis
keycode 38 = a A adiaeresis Adiaeresis
keycode 39 = s S ssharp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment