Skip to content

Instantly share code, notes, and snippets.

@tomaszkubacki
Created March 26, 2020 13:04
Show Gist options
  • Save tomaszkubacki/718eb8c7d60dbe93b7670201bdd5206f to your computer and use it in GitHub Desktop.
Save tomaszkubacki/718eb8c7d60dbe93b7670201bdd5206f to your computer and use it in GitHub Desktop.
xmodmap Remap Logitech mx keys DE version right control and right alt and left win with left alt
setxkbmap -option altwin:swap_lalt_lwin
xmodmap -e "clear mod4" && xmodmap -e "add mod4 = Super_L"
xmodmap -e "keycode 134 = ISO_Level3_Shift"
xmodmap -e "keycode 108 = Control_R"
xmodmap -e "remove Control = Control_R"
xmodmap -e "add Control = Control_R"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment