Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created April 27, 2017 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voutilad/1613c9053a000326ffcf3526ab84db4d to your computer and use it in GitHub Desktop.
Save voutilad/1613c9053a000326ffcf3526ab84db4d to your computer and use it in GitHub Desktop.
Swap caps-lock with control in X11 (via https://www.emacswiki.org/emacs/MovingTheCtrlKey)
Section "InputClass"
Identifier "Keyboard Setting"
MatchIsKeyboard "yes"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment