From 5528cfee6ba3cc96ed2cabc9c9dcc8104b140851 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 16 Oct 2024 15:55:30 -0500 Subject: Try to turn off underlined hotkeys --- test | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test b/test index 50f6462..99dbb23 100755 --- a/test +++ b/test @@ -47,11 +47,7 @@ DISPLAY=:99 xdotool sleep 3 # tar -czf images.tar.gz *.png # Try to turn off underlined hotkeys -cat > no_underline.reg<< EOF -[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference] -"On"="0" -EOF -DISPLAY=:99 wine regedit no_underline.reg +wine reg add "HKCU\\Control Panel\\Accessibility\\Keyboard Preference" /v "On" /d "0" /f # What if we use keyboard shortcuts instead? DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png @@ -74,5 +70,5 @@ DISPLAY=:99 xdotool sleep 3 DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F DISPLAY=:99 xdotool sleep 3 -DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/8.png +DISPLAY=:99 xwd | magick xwd:- png:/root/8.png tar -czf images.tar.gz *.png -- cgit v1.2.3-55-g6feb