Created
July 27, 2018 14:41
-
-
Save jmjoy/427b4cf6f41e6625172cea2085f30807 to your computer and use it in GitHub Desktop.
Linux: Swap CapsLock Escape Keys
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
| ! -*- coding: utf-8 -*- | |
| ! Linux: Swap CapsLock Escape Keys. | |
| ! Run `xmodmap .Xmodmap` to get effect. | |
| clear Lock | |
| keycode 9 = Caps_Lock NoSymbol Caps_Lock | |
| keycode 66 = Escape NoSymbol Escape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment