Skip to content

Instantly share code, notes, and snippets.

@halohalospecial
Last active January 22, 2018 13:33
Show Gist options
  • Save halohalospecial/42a4eab38ac1c8536f6228b1c88c07ce to your computer and use it in GitHub Desktop.
Save halohalospecial/42a4eab38ac1c8536f6228b1c88c07ce to your computer and use it in GitHub Desktop.
Rebind keys in Ubuntu
## Add the following to ~/.profile
# Control is mapped to Alt keys, Alt is mapped to Win key
setxkbmap -option altwin:ctrl_alt_win
# Disable Caps Lock
setxkbmap -option ctrl:nocaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment