From e8f223a1facaca00f57de99f07cfb253d7f2ff42 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 3 Jun 2023 16:51:21 -0500 Subject: [PATCH] Update Quick Lock Screen.txt Cleaned up code --- Goodusb/Quick Lock Screen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goodusb/Quick Lock Screen.txt b/Goodusb/Quick Lock Screen.txt index 628432d..2bc8ad5 100644 --- a/Goodusb/Quick Lock Screen.txt +++ b/Goodusb/Quick Lock Screen.txt @@ -17,7 +17,7 @@ DELAY 500 STRING echo "Locking Screen..." ENTER DELAY 500 -STRING osascript -e 'tell application "System Events" to keystroke "q" using {control down, command down}' +GUI-CTRL q ENTER DELAY 1000