From 7ce6e02ca27e96db96375034c122022fe3f8a75c Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Fri, 2 Aug 2024 16:28:24 +0200 Subject: [PATCH] Shift up. --- custom_loot_loop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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