-
Notifications
You must be signed in to change notification settings - Fork 0
CAPS LOCK by default
MarekBykowski edited this page Jun 19, 2026
·
4 revisions
xset q | grep -iE "caps|num|scroll"
sudo apt install -y xdotool
xdotool key Caps_Lock # toggle Caps off
xdotool keyup shift # if Shift is the stuck one instead
setxkbmap -option
xset q | grep -i caps # want: Caps Lock: off