2

In Windows 10 when I press the Caps Lock key, I can type numbers and other special characters. Now, in Ubuntu 18.04, I have to keep pressing the shift button to do that. Since I switched from Windows 10 to Ubuntu 18.04, this was my biggest problem.

Also how can I remap my own custom keyboard layout? I searched a lot about this, but I can't find any comprehensible updated tutorial to do this.

K7AAY
  • 17,202
Adolin
  • 23

1 Answers1

5

[Answering the first question in your question. For the future, please submit a separate Ask Ubuntu question for each question you have.]

Install the gnome-tweaks package, if you haven't already done so.

sudo apt install gnome-tweaks

Then start Tweaks, navigate to Keyboard & Mouse -> Additional Layout Options -> Caps Lock behavior, and select Caps Lock toggles ShiftLock (affects all keys).

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94