Skip to content

Instantly share code, notes, and snippets.

@1ncend1ary
Created May 10, 2021 18:19
Show Gist options
  • Save 1ncend1ary/6cdc3468503afd90fc63e56cc2d32f0c to your computer and use it in GitHub Desktop.
Save 1ncend1ary/6cdc3468503afd90fc63e56cc2d32f0c to your computer and use it in GitHub Desktop.
Xmodmap file for different keyboard modifications
keycode 66 = ISO_Level3_Shift
clear mod1
clear mod4
clear control
keycode 64 = Super_L
keycode 133 = Control_L
keycode 37 = Alt_L
add mod1 = Alt_L
add mod4 = Super_L
add control = Control_L
@1ncend1ary
Copy link
Author

Located in ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment