diff --git a/custom_loot_loop.sh b/custom_loot_loop.sh index 7b7405f..b322171 100644 --- a/custom_loot_loop.sh +++ b/custom_loot_loop.sh @@ -2,6 +2,6 @@ while : do - xdotool key Shift+space + xdotool keyup Shift key Shift+space sleep 50 done \ No newline at end of file