Skip to content

Instantly share code, notes, and snippets.

@gavincangan
Last active March 15, 2019 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavincangan/f5ed60435fa56d75ae517e42e5d39f5a to your computer and use it in GitHub Desktop.
Save gavincangan/f5ed60435fa56d75ae517e42e5d39f5a to your computer and use it in GitHub Desktop.
Map Caps Lock to LShift
# https://askubuntu.com/questions/574208/deactivate-caps-lock-in-14-04
# Add this to startup
xmodmap -e "keycode 66 = Shift_L NoSymbol Shift_L"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment