Last active
January 11, 2016 10:32
-
-
Save oldsharp/cabaf7eadc7cde9eb2cd to your computer and use it in GitHub Desktop.
Turn Caps-Lock into an extra Control key
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
#!/bin/sh | |
# | |
# For GNOME Desktop: Turn Caps-Lock into an extra Ctrl key by changing | |
# the dconf value. | |
# | |
# Author: Ray Chen <[email protected]> | |
# License: Public Domain | |
gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment