Add slight delays to VPN

This commit is contained in:
Greg Hellings
2025-08-19 15:12:09 -05:00
parent 13b4c26e66
commit a90ddf9dce
+3
View File
@@ -17,8 +17,11 @@ let
activate application "Viscosity"
tell application "System Events" to keystroke item 1 of argv
delay 0.1
tell application "System Events" to keystroke tab
delay 0.1
tell application "System Events" to keystroke item 2 of argv
delay 0.1
tell application "System Events" to keystroke return
end run
'';