Skip to content

Instantly share code, notes, and snippets.

@peterix
Created June 6, 2018 08:58
Show Gist options
  • Save peterix/7f51c7954864101fb0a4beb79666fc4e to your computer and use it in GitHub Desktop.
Save peterix/7f51c7954864101fb0a4beb79666fc4e to your computer and use it in GitHub Desktop.
Mapping caps-lock to terminal
# map capslock to terminal
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
clear lock
keycode 66 = XF86Terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment