Skip to content

Instantly share code, notes, and snippets.

@roycyt
Created December 8, 2014 15:13
Show Gist options
  • Save roycyt/28cec1d1f8fafac39fdf to your computer and use it in GitHub Desktop.
Save roycyt/28cec1d1f8fafac39fdf to your computer and use it in GitHub Desktop.
Remap CapsLock to Ctrl
$ sudo vi /etc/default/keyboard
XKBOPTIONS="ctrl:nocaps"
$ sudo dpkg-reconfigure keyboard-configuration
@maxstuhl
Copy link

maxstuhl commented Dec 8, 2014

Well Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment