Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Created July 2, 2025 17:58
Show Gist options
  • Save Jatapiaro/19007f572ee1b4128ef93b9527f2bd69 to your computer and use it in GitHub Desktop.
Save Jatapiaro/19007f572ee1b4128ef93b9527f2bd69 to your computer and use it in GitHub Desktop.
Match macOS commands on Linux
#!/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