Created
July 2, 2025 17:58
-
-
Save Jatapiaro/19007f572ee1b4128ef93b9527f2bd69 to your computer and use it in GitHub Desktop.
Match macOS commands on Linux
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 | |
remove control = Control_L | |
remove control = Control_R | |
remove mod4 = Control_L | |
remove mod4 = Super_L | |
remove mod4 = Super_R | |
keycode 115 = End | |
keycode 133 = Control_L | |
keycode 134 = Super_R | |
add control = Control_L | |
add mod4 = Super_R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment