Skip to content

Instantly share code, notes, and snippets.

@weakish
Created July 5, 2010 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakish/464233 to your computer and use it in GitHub Desktop.
Save weakish/464233 to your computer and use it in GitHub Desktop.
swap Super and Ctrl #recycle
remove Mod4 = Super_L
remove Mod4 = Super_R
remove Control = Control_L
remove Control = Control_R
keysym Control_L = Super_L
keysym Super_L = Control_L
keysym Control_R = Super_R
keysym Super_R = Control_R
add Mod4 = Super_L
add Mod4 = Super_R
add Control = Control_L
add Control = Control_R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment