diff options
-rwxr-xr-x | test | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -47,11 +47,7 @@ DISPLAY=:99 xdotool sleep 3 | |||
47 | # tar -czf images.tar.gz *.png | 47 | # tar -czf images.tar.gz *.png |
48 | 48 | ||
49 | # Try to turn off underlined hotkeys | 49 | # Try to turn off underlined hotkeys |
50 | cat > no_underline.reg<< EOF | 50 | wine reg add "HKCU\\Control Panel\\Accessibility\\Keyboard Preference" /v "On" /d "0" /f |
51 | [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference] | ||
52 | "On"="0" | ||
53 | EOF | ||
54 | DISPLAY=:99 wine regedit no_underline.reg | ||
55 | 51 | ||
56 | # What if we use keyboard shortcuts instead? | 52 | # What if we use keyboard shortcuts instead? |
57 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png | 53 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png |
@@ -74,5 +70,5 @@ DISPLAY=:99 xdotool sleep 3 | |||
74 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png | 70 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png |
75 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F | 71 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F |
76 | DISPLAY=:99 xdotool sleep 3 | 72 | DISPLAY=:99 xdotool sleep 3 |
77 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/8.png | 73 | DISPLAY=:99 xwd | magick xwd:- png:/root/8.png |
78 | tar -czf images.tar.gz *.png | 74 | tar -czf images.tar.gz *.png |