Seems like a bug. I can reproduce your symptoms by doing the following:
% while true; do xdotool key --clearmodifiers ctrl+l ; sleep 0.2; done
Then randomly hold alt and shift, or ctrl and shift. Sometimes it'll
report with this message:
X Error of failed request: BadValue (integer parameter out of range
for operation)
Major opcode of failed request: 144 (XTEST)
Minor opcode of failed request: 2 (X_XTestFakeInput)
Value in failed request: 0x0
Serial number of failed request: 33
Current serial number in output stream: 34
I'll try to debug.
-Jordan
> Cheers,
> hongleong
>
> --
> You received this message because you are subscribed to the Google Groups "xdotool-users" group.
> To post to this group, send email to xdotoo...@googlegroups.com.
> To unsubscribe from this group, send email to xdotool-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/xdotool-users?hl=en.
>
>
Howdy,
Figured it out. svn r2952 fixes this bug and it will be resolved in
the next release.
Thanks for the report! :)
-Jordan