Created
February 9, 2014 19:08
-
-
Save dvberkel/8904456 to your computer and use it in GitHub Desktop.
map caps lock to control
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
! | |
! Turn caps lock into a control | |
! | |
remove Lock = Caps_Lock | |
keysym Caps_Lock = Control_L | |
add Control = Control_L |
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
xmodmap ~/.xmodmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment