Created
June 14, 2018 17:10
-
-
Save sseidenthal/e9653685323984ed6814c7eccb8ee8ba to your computer and use it in GitHub Desktop.
echange super_key with control_key on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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