Skip to content

Instantly share code, notes, and snippets.

@junkdog
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save junkdog/4ec2d0cb58909dd8611e to your computer and use it in GitHub Desktop.

Select an option

Save junkdog/4ec2d0cb58909dd8611e to your computer and use it in GitHub Desktop.
xmodmap us layout with swedish altgr for åäö, and switched () with <>
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