Created
July 11, 2020 06:10
-
-
Save williamli/9e2962c6b12db9fae03aba0a00b0671e to your computer and use it in GitHub Desktop.
AppleScript to launch and hide NordVPN.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "NordVPN" | |
activate | |
tell application "System Events" to keystroke "w" using {command down} | |
end tell | |
delay 0.5 | |
tell application "NordVPN" | |
activate | |
tell application "System Events" to keystroke "w" using {command down} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment