Skip to content

Instantly share code, notes, and snippets.

@chauncey
Created December 4, 2012 20:10
Show Gist options
  • Save chauncey/4208189 to your computer and use it in GitHub Desktop.
Save chauncey/4208189 to your computer and use it in GitHub Desktop.
swap caps lock and escape

speedswapper script

! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock

! Return caps lock and escape
!remove Lock = Caps_Lock
!keysym Caps_Lock = Escape
!keysym Escape = Caps_Lock
!add Lock = Caps_Lock

activate the script

$ xmodmap ~/.speedswapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment