Last active
August 29, 2015 14:03
-
-
Save junkdog/4ec2d0cb58909dd8611e to your computer and use it in GitHub Desktop.
xmodmap us layout with swedish altgr for åäö, and switched () with <>
This file contains hidden or 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
| xmodmap -e "keysym ISO_Level3_Shift = Mode_switch" | |
| xmodmap -e "keycode 34 = bracketleft braceleft aring Aring" | |
| xmodmap -e "keycode 47 = semicolon colon odiaeresis Odiaeresis" | |
| xmodmap -e "keycode 48 = apostrophe quotedbl adiaeresis Adiaeresis" | |
| xmodmap -e "keycode 59 = comma parenleft" | |
| xmodmap -e "keycode 60 = period parenright" | |
| xmodmap -e "keycode 18 = 9 less" | |
| xmodmap -e "keycode 19 = 0 greater" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment