Skip to content

Instantly share code, notes, and snippets.

@Shaltz
Last active June 17, 2021 08:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shaltz/cc3ba9d2e0b7971c54c3 to your computer and use it in GitHub Desktop.
Save Shaltz/cc3ba9d2e0b7971c54c3 to your computer and use it in GitHub Desktop.
remap caps lock into the super (windows) key on Linux (Gnome-Shell)
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