Last active
June 17, 2021 08:34
-
-
Save Shaltz/cc3ba9d2e0b7971c54c3 to your computer and use it in GitHub Desktop.
remap caps lock into the super (windows) key on Linux (Gnome-Shell)
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
setxkbmap -option caps:super | |
Other example : | |
setxkbmap -option caps:escape | |
TO GET IT PERMANENTLY : | |
put it in : ~/.bash_proflie or ~/.profile | |
or in gnome-tweak, select "Make CapsLock an additional Super Key" in | |
the "typing" tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment