Created
January 19, 2017 16:35
-
-
Save z448/c82eae6e568261fe9d8c18715e307f36 to your computer and use it in GitHub Desktop.
remap CAPS_LOCK to CTRL in debian from command line or put in .bashrc
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
perl -E 'if(`which setxkbmap`){ `setxkbmap -option \"caps:ctrl_modifier\"`}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment