Created
June 18, 2018 06:00
-
-
Save fzerorubigd/7f733a6395c4122e27e14dbc93a6613e to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| setxkbmap -option compose:menu | |
| xmodmap -e "remove Lock = Caps_Lock" # Remove Caps Lock | |
| xmodmap -e "keycode 66 = Multi_key" # Make the key into multykey | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment