So if you want to permanently disable the caps-lock key on the keyboard for the user "pi" and you are running Buster, add this line
Code: Select all
@setxkbmap -option caps:noneYou need root-access to write to that file, so you could use
Code: Select all
sudo nano /etc/xdg/lxsession/LXDE-pi/autostartIf you use a different username go to the corresponding folder in /etc/xdg/lxsession/
