Last active
January 22, 2018 13:33
-
-
Save halohalospecial/42a4eab38ac1c8536f6228b1c88c07ce to your computer and use it in GitHub Desktop.
Rebind keys in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Add the following to ~/.profile | |
# Control is mapped to Alt keys, Alt is mapped to Win key | |
setxkbmap -option altwin:ctrl_alt_win | |
# Disable Caps Lock | |
setxkbmap -option ctrl:nocaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment