Skip to content

Instantly share code, notes, and snippets.

@Gordin
Created April 3, 2018 14:49
Show Gist options
  • Save Gordin/6bbfdf367ddf156970fa8d7981957e25 to your computer and use it in GitHub Desktop.
Save Gordin/6bbfdf367ddf156970fa8d7981957e25 to your computer and use it in GitHub Desktop.
Adds Uppercase Umlauts to dvorak(-intl) layout
#!/bin/sh
xmodmap -e "keycode 25 = comma less comma less adiaeresis Adiaeresis adiaeresis"
xmodmap -e "keycode 28 = y Y y Y udiaeresis Udiaeresis udiaeresis"
xmodmap -e "keycode 53 = q Q q Q odiaeresis Odiaeresis odiaeresis"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment