The settings that allowed to change caps-lock to control seem to have gone in the latest Ubuntu. How can this behavior can be changed now?
Asked
Active
Viewed 1.4k times
2 Answers
33
You probably want to install the gnome-tweak-tool package
sudo apt install gnome-tweak-tool
and start Tweaks.
Then: Keyboard & Mouse -> Additional Layout Options -> Caps Lock behavior
Gunnar Hjalmarsson
- 34,191
4
On Ubuntu 18.04 there's no way to save or exit from the Additional Layout Options, I had to kill the process. gnome-tweak-tool is worthless, but setxkbmap -option ctrl:nocaps worked perfect.