Skip to content

Instantly share code, notes, and snippets.

@webgtx
Last active April 17, 2026 00:13
Show Gist options
  • Select an option

  • Save webgtx/dcc4f2c6e19b2b9c9c4fae2301068a1f to your computer and use it in GitHub Desktop.

Select an option

Save webgtx/dcc4f2c6e19b2b9c9c4fae2301068a1f to your computer and use it in GitHub Desktop.
How to swap CAPS LOCK with Ctrl in Gnome via gsettings

If you want the physical Control key to become Caps Lock, run this:

gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:swapcaps']"

To undo changes, run this:

gsettings reset org.gnome.desktop.input-sources xkb-options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment