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,261
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.
-
5An option is saved once selected. Tweaks works just fine on 18.04 too. – Gunnar Hjalmarsson Jun 15 '18 at 17:37
setxkbmap -option ctrl:nocaps– nealmcb May 12 '18 at 15:21