Skip to content

Instantly share code, notes, and snippets.

@YuMS
Created June 29, 2016 08:31
Show Gist options
  • Save YuMS/b18be9d65f48daab959f1694b8edb339 to your computer and use it in GitHub Desktop.
Save YuMS/b18be9d65f48daab959f1694b8edb339 to your computer and use it in GitHub Desktop.
Put this inside ~/.xmodmap file, and run `xmodmap ~/.xmodmap`
!
! Swap Caps_Lock and Control_L
!
remove Lock = Caps_Lock
remove Control = Contol_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