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
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:
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) runsleep 2; xdotool click --window 92274689 3