Created
October 4, 2015 11:43
-
-
Save dwerbam/c67ff354022a1f6d5f56 to your computer and use it in GitHub Desktop.
replaces the capslock key for a ctrl in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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