summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-27 22:53:41 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-27 22:53:41 -0500
commit7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc (patch)
treed2cc5f470c0a44a47a80a65717cbeb6bb0b20d60
parentd5a95914f0391c51efcdd7d235452f55037df011 (diff)
downloadlua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.tar.gz
lua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.tar.bz2
lua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.zip
Set clicks correctly
-rwxr-xr-xtest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test b/test
index a385cd2..1909693 100755
--- a/test
+++ b/test
@@ -9,19 +9,19 @@ DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png
9DISPLAY=:99 xdotool mousemove --sync 573 618 9DISPLAY=:99 xdotool mousemove --sync 573 618
10sleep 1 10sleep 1
11DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png 11DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png
12DISPLAY=:99 xdotool xdotool click 1 12DISPLAY=:99 xdotool click 1
13sleep 1 13sleep 1
14DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png 14DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png
15DISPLAY=:99 xdotool mousemove --sync 725 666 15DISPLAY=:99 xdotool mousemove --sync 725 666
16sleep 1 16sleep 1
17DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png 17DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png
18DISPLAY=:99 xdotool xdotool click 1 18DISPLAY=:99 xdotool click 1
19sleep 1 19sleep 1
20DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png 20DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png
21DISPLAY=:99 xdotool mousemove --sync 743 666 21DISPLAY=:99 xdotool mousemove --sync 743 666
22sleep 1 22sleep 1
23DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png 23DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png
24DISPLAY=:99 xdotool xdotool click 1 24DISPLAY=:99 xdotool click 1
25sleep 1 25sleep 1
26DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png 26DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png
27 27