Skip to content

Instantly share code, notes, and snippets.

@dwerbam
Created October 4, 2015 11:43
Show Gist options
  • Save dwerbam/c67ff354022a1f6d5f56 to your computer and use it in GitHub Desktop.
Save dwerbam/c67ff354022a1f6d5f56 to your computer and use it in GitHub Desktop.
replaces the capslock key for a ctrl in linux
#this command replaces the capslock key for a ctrl. (does not replace ctrl in any way)
setxkbmap -option ctrl:nocaps
# To make this setting persist on Ubuntu, open the dash, search for “Start,” and launch the
# Start-up applications dialog. You can also press Alt+F2, type gnome-session-properties
# into the Run dialog, and press Enter. Add the command to your list of startup commands
# and it will run when you log in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment