jordansissel / xdotool

fake keyboard/mouse input, window management, and more
Other
3.28k stars 321 forks source link

xdotool turns off capslock #472

Open axet opened 1 month ago

axet commented 1 month ago

Hello!

I notice that xdotool always turn off caps lock if enabled in certain conditions. It only happens when I run --windows option with wine window specified. The following command always turns off capslock:

xdotool click --window 77594625 3

Windows has to be focused and foreground. Steps to reproduce:

1) start wine app (wine notepad) 2) turn on capslock, find notepad window id using xdotool search "" 3) run sleep 2; xdotool click --window 92274689 3