You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
start wine app (wine notepad)
turn on capslock, find notepad window id using xdotool search ""
run sleep 2; xdotool click --window 92274689 3
The text was updated successfully, but these errors were encountered:
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:
xdotool search ""
sleep 2; xdotool click --window 92274689 3
The text was updated successfully, but these errors were encountered: