How do I remap caps-lock to an additional ctrl?
I have tried to modify /etc/default/keyboard and reboot:
XKBOPTIONS="ctrl:nocaps"
After doing that, ctrl became caps-lock which I don't want.
How do I remap caps-lock to an additional ctrl?
I have tried to modify /etc/default/keyboard and reboot:
XKBOPTIONS="ctrl:nocaps"
After doing that, ctrl became caps-lock which I don't want.
From one of my previous answer, there is a few change:
Install gnome-tweak-tool
sudo apt install gnome-tweak-tool
Start gnome-tweaks
gnome-tweaks
Go to Keyboard & mouse -> Additional Layout Options (refered as Options supplémentaires d'agencement on my screenshot) -> CapsLock Behavior
Change CapsLock from Deleted to CapsLock is also Ctrl
This is the GUI way, using gnome-tweak-tool
, I don't know if it fits your goal