Skip to content

Instantly share code, notes, and snippets.

@oldsharp
Last active January 11, 2016 10:32
Show Gist options
  • Save oldsharp/cabaf7eadc7cde9eb2cd to your computer and use it in GitHub Desktop.
Save oldsharp/cabaf7eadc7cde9eb2cd to your computer and use it in GitHub Desktop.
Turn Caps-Lock into an extra Control key
#!/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