Skip to content

Instantly share code, notes, and snippets.

@TerryFunggg
Created May 17, 2021 15:10
Show Gist options
  • Save TerryFunggg/ba649e851c92a9b8b8cdff2663efb4f5 to your computer and use it in GitHub Desktop.
Save TerryFunggg/ba649e851c92a9b8b8cdff2663efb4f5 to your computer and use it in GitHub Desktop.
script that swap the esc key and capslock key
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
# usage
# xmodmap ~/.swapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment