Skip to content

Instantly share code, notes, and snippets.

@elliot42
Last active December 14, 2015 17:19
Show Gist options
  • Save elliot42/5121649 to your computer and use it in GitHub Desktop.
Save elliot42/5121649 to your computer and use it in GitHub Desktop.
remap CAPS -> CTRL
# $HOME/.xprofile
setxkbmap -option ctrl:nocaps
if [ -f $HOME/.Xmodmap ]; then
/usr/bin/xmodmap $HOME/.Xmodmap
fi
# $HOME/.Xmodmap
clear Lock
add Control = Caps_Lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment