Created
May 3, 2016 17:27
-
-
Save 5long/72f708eea3339c859e263122788f14ea to your computer and use it in GitHub Desktop.
Swap CapsLock w/ Escape in X11
This file contains 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
# /etc/X11/xorg.conf.d/90-custom-kbd.conf | |
Section "InputClass" | |
Identifier "keyboard defaults" | |
MatchIsKeyboard "on" | |
Option "XKbOptions" "caps:swapescape" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment