Skip to content

Instantly share code, notes, and snippets.

@Bankq
Created June 25, 2012 15:44
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 Bankq/2989350 to your computer and use it in GitHub Desktop.
Save Bankq/2989350 to your computer and use it in GitHub Desktop.
switch capslock and left control using Xmodmap
!
! Swap Caps_Lock and Control_L
!
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment