Skip to content

Instantly share code, notes, and snippets.

@z448
Created January 19, 2017 16:35
Show Gist options
  • Save z448/c82eae6e568261fe9d8c18715e307f36 to your computer and use it in GitHub Desktop.
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
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