Skip to content

Instantly share code, notes, and snippets.

@giganteous
Created March 23, 2018 15:16
Show Gist options
  • Save giganteous/cb6134afd550fddc084dbdc44644f220 to your computer and use it in GitHub Desktop.
Save giganteous/cb6134afd550fddc084dbdc44644f220 to your computer and use it in GitHub Desktop.
keycode 64 = Alt_L
keycode 133 = Super_L
remove Mod1 = Alt_L
remove Mod4 = Super_L
add Mod1 = Super_L
add Mod4 = Alt_L
keycode 108 = Alt_R
keycode 134 = Super_R
remove Mod1 = Alt_R
remove Mod4 = Super_R
add Mod1 = Super_R
add Mod4 = Alt_R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment