Add slight delays to VPN
This commit is contained in:
@@ -17,8 +17,11 @@ let
|
|||||||
|
|
||||||
activate application "Viscosity"
|
activate application "Viscosity"
|
||||||
tell application "System Events" to keystroke item 1 of argv
|
tell application "System Events" to keystroke item 1 of argv
|
||||||
|
delay 0.1
|
||||||
tell application "System Events" to keystroke tab
|
tell application "System Events" to keystroke tab
|
||||||
|
delay 0.1
|
||||||
tell application "System Events" to keystroke item 2 of argv
|
tell application "System Events" to keystroke item 2 of argv
|
||||||
|
delay 0.1
|
||||||
tell application "System Events" to keystroke return
|
tell application "System Events" to keystroke return
|
||||||
end run
|
end run
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user