This commit is contained in:
lelgenio 2023-07-26 20:58:47 -03:00
parent 69e9bfe24c
commit d054b5f9e3
4 changed files with 5 additions and 21 deletions

View file

@ -1,15 +0,0 @@
diff --git a/dzgui.sh b/dzgui.sh
index 97b5cd0..5e661cc 100755
--- a/dzgui.sh
+++ b/dzgui.sh
@@ -1056,6 +1056,10 @@ console_dl(){
local wid=$(xdotool search --onlyvisible --name Steam)
#xdotool windowactivate $wid
sleep 1.5s
+ xdotool type --delay 0 "noop"
+ sleep 0.5s
+ xdotool key --window $wid Return
+ sleep 0.5s
for i in "${modids[@]}"; do
xdotool type --delay 0 "workshop_download_item $aid $i"
sleep 0.5s