Skip to content

Instantly share code, notes, and snippets.

@pattex
Created January 12, 2010 13:19
Show Gist options
  • Save pattex/275178 to your computer and use it in GitHub Desktop.
Save pattex/275178 to your computer and use it in GitHub Desktop.
.Xmodmap
! Map Control_{R,L} to cmd (apple) and Super_{R,L} keys to ctrl on my Apple keyboard.
clear control
clear mod4
keycode 134 = Control_R
keycode 133 = Control_L
keycode 105 = Super_R
keycode 37 = Super_L
add control = Control_R Control_L
add mod4 = Super_R Super_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment