I am trying to swap the function of CTRL left and Super Left so that I can summon lenses usng ctrl, and copy/paste using Super.
I created a .xmodmap file with the following content:
remove mod4 = Super_L
remove control = Control_L
add control = Super_L
add mod4 = Control_L
Now Super works as control, but control doesn't work as Super.
Any advice?
PS: I've found other questions about this but none that addresses my issue s far.
Many thanks!
.xmodmap
file is not enough. See for example this answer. – Radu Rădeanu Apr 18 '14 at 12:03