diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:53:41 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:53:41 -0500 |
commit | 7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc (patch) | |
tree | d2cc5f470c0a44a47a80a65717cbeb6bb0b20d60 | |
parent | d5a95914f0391c51efcdd7d235452f55037df011 (diff) | |
download | lua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.tar.gz lua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.tar.bz2 lua4win-dist-lua-7bbe31080fcde6abf39bdb1f3c791a3c9ded04fc.zip |
Set clicks correctly
-rwxr-xr-x | test | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,19 +9,19 @@ DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png | |||
9 | DISPLAY=:99 xdotool mousemove --sync 573 618 | 9 | DISPLAY=:99 xdotool mousemove --sync 573 618 |
10 | sleep 1 | 10 | sleep 1 |
11 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png | 11 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png |
12 | DISPLAY=:99 xdotool xdotool click 1 | 12 | DISPLAY=:99 xdotool click 1 |
13 | sleep 1 | 13 | sleep 1 |
14 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png | 14 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png |
15 | DISPLAY=:99 xdotool mousemove --sync 725 666 | 15 | DISPLAY=:99 xdotool mousemove --sync 725 666 |
16 | sleep 1 | 16 | sleep 1 |
17 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png | 17 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png |
18 | DISPLAY=:99 xdotool xdotool click 1 | 18 | DISPLAY=:99 xdotool click 1 |
19 | sleep 1 | 19 | sleep 1 |
20 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png | 20 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png |
21 | DISPLAY=:99 xdotool mousemove --sync 743 666 | 21 | DISPLAY=:99 xdotool mousemove --sync 743 666 |
22 | sleep 1 | 22 | sleep 1 |
23 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png | 23 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png |
24 | DISPLAY=:99 xdotool xdotool click 1 | 24 | DISPLAY=:99 xdotool click 1 |
25 | sleep 1 | 25 | sleep 1 |
26 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png | 26 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png |
27 | 27 | ||