Belgian keyboards seem to have shift lock keys, as opposed to caps lock keys. Under Gnome or KDE, it seems trivial to change, but not so under Unity.
The keyboard layout is set to Belgian, and I tried several other Belgian layouts.
Belgian keyboards seem to have shift lock keys, as opposed to caps lock keys. Under Gnome or KDE, it seems trivial to change, but not so under Unity.
The keyboard layout is set to Belgian, and I tried several other Belgian layouts.
A command line way to turn Caps Lock into ShiftLock on Unity is:
gsettings set org.gnome.desktop.input-sources xkb-options "['caps:shiftlock']"
/etc/default/keyboard
for editing and setXKBOPTIONS="caps:shiftlock"
– Gunnar Hjalmarsson Dec 02 '17 at 19:16