#1062774 xdotool: "mousemove --sync" can take 15s

Package:
xdotool
Source:
xdotool
Description:
simulate (generate) X11 keyboard/mouse input events
Submitter:
Jakub Wilk
Date:
2024-02-03 07:33:04 UTC
Severity:
normal
#1062774#3
Date:
2024-02-03 07:26:08 UTC
From:
To:
"xdotool mousemove --sync" takes over 15 seconds if the mouse cursor is
already in the right location:

    $ for i in 1 2; do time xdotool mousemove --sync 37 42; done

    real	0m0.007s
    user	0m0.003s
    sys	0m0.003s

    real	0m15.236s
    user	0m0.025s
    sys	0m0.030s