diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 13:13:07 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 13:13:07 -0500 |
commit | 3e19b58622659fe32de23bfcd5501b5502c0b87b (patch) | |
tree | 64c187f3af3a53b4b6dc57bbae138a64a5f9521f | |
parent | b1412d9d67919698b0de3945ca86df0e034d0906 (diff) | |
download | lua4win-dist-lua-3e19b58622659fe32de23bfcd5501b5502c0b87b.tar.gz lua4win-dist-lua-3e19b58622659fe32de23bfcd5501b5502c0b87b.tar.bz2 lua4win-dist-lua-3e19b58622659fe32de23bfcd5501b5502c0b87b.zip |
Remove double clicking
-rwxr-xr-x | test | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --na | |||
27 | DISPLAY=:99 xdotool sleep 1 | 27 | DISPLAY=:99 xdotool sleep 1 |
28 | DISPLAY=:99 xdotool click 1 | 28 | DISPLAY=:99 xdotool click 1 |
29 | DISPLAY=:99 xdotool sleep 1 | 29 | DISPLAY=:99 xdotool sleep 1 |
30 | DISPLAY=:99 xdotool click 1 | ||
31 | DISPLAY=:99 xdotool sleep 1 | ||
32 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png | 30 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png |
33 | # Click next (Accept default install location) | 31 | # Click next (Accept default install location) |
34 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 | 32 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 |