Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sseidenthal/e9653685323984ed6814c7eccb8ee8ba to your computer and use it in GitHub Desktop.
Save sseidenthal/e9653685323984ed6814c7eccb8ee8ba to your computer and use it in GitHub Desktop.
echange super_key with control_key on Linux
#to test please create a file such as ./~xmodmaprc
#then run xmodmap ./~xmodmaprc
#if it works for you make it permanent
clear control
clear mod4
keycode 105 =
keycode 206 =
keycode 133 = Control_L NoSymbol Control_L
keycode 134 = Control_R NoSymbol Control_R
keycode 37 = Super_L NoSymbol Super_L
add control = Control_L
add control = Control_R
add mod4 = Super_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment