This is my keyboard settings on Kubuntu 20.10:
As you can see, numlock is on when plasma starts up; but it is not working. How can I fix it?
Note: I didn't choose keyboard model; because I don't know it. The chosen model is the default one.
Waiting for your reply, Thank you.

numlockxis installed on your system you can add the command ofnumlockx onto your startup. – Terrance Nov 14 '20 at 15:45numlockx onadded as a startup command named whatever you want. – Terrance Nov 14 '20 at 17:12#!/bin/bashor#!/bin/sh. Or, load it via a command ofsh /path/to/numlockx.sh– Terrance Nov 25 '20 at 18:48~/.config/autostart/folder. If you copy that file to the/etc/xdg/autostart/folder then it should startup before logging in. You will have to copy with elevated permissions:sudo cp filename.desktop /etc/xdg/autostart/– Terrance Nov 25 '20 at 22:01/etc/xdg/autostartdidn't work. Numlock still starts after login. Any suggestions? :/ – Stockfish Nov 26 '20 at 01:45