Skip to content

Instantly share code, notes, and snippets.

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