My question looks a lot like this one : My control key doesn't work, how do I fix it? but I think the context is different because the solutions given do not work for me.
Context
I have a Linux VM with the distribution Lubuntu 20.04
Today, I tried to configure the shortcut of my Qlipper installed by default: Qlipper config image
I wanted to set it to "CTRL + ù" but right after I changed it, my CTRL key stopped responding the way it used to. It is now impossible to execute any kind of shortcut involving the left CTRL key (which means CTRL+A, CTRL-V, and the most annoying: CTRL-C in a terminal to kill a process...)
Steps tried
- I went in the terminal and ran
xmodmap -pkeand Control_L is correctly set, at keycode 37:
keycode 37 = Control_L NoSymbol Control_L
- I tried the solution given in the other topic, which is : exporting into a file the result of xmodmap -pke and add two lines at the bottom (clear Control and add Control = Control_L Control_R) and run xmodmap on this edited file but it didn't work
- I took the globalkeyboardshortcuts.conf file of another environment running Lubuntu 20.04 and switched it with the one I have in this one, but it did not work either
I have no idea what to try next. Does anybody have a suggestion ?