Created
July 31, 2013 22:45
-
-
Save hagbarddenstore/6126899 to your computer and use it in GitHub Desktop.
To disable Caps Lock and let that key be Escape. ~/.xinitrc
~/.Xmodmap
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
| if [ -f ~/.Xmodmap ]; then | |
| xmodmap ~/.Xmodmap | |
| fi |
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
| clear Lock | |
| keycode 0x42 = Escape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment