Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created January 9, 2015 10:24
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 dufferzafar/d1176938b542f876d400 to your computer and use it in GitHub Desktop.
Save dufferzafar/d1176938b542f876d400 to your computer and use it in GitHub Desktop.
Remap Capslock to Backspace
# Tested on Ubuntu 12.04
# Copied from: http://askubuntu.com/questions/74904/how-can-i-swap-capslock-for-backspace
setxkbmap -option caps:backspace
setxkbmap -option shift:both_capslock
xmodmap -e "clear Lock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment