Skip to content

Instantly share code, notes, and snippets.

@st63jun
Last active December 14, 2015 12:38
Show Gist options
  • Save st63jun/5087492 to your computer and use it in GitHub Desktop.
Save st63jun/5087492 to your computer and use it in GitHub Desktop.
swap capslock and ctrl
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