Last active
August 7, 2021 03:50
-
-
Save ragingwind/e4b84d5f9e5f7a34ed185797dcf23a30 to your computer and use it in GitHub Desktop.
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 "System Events" | |
key down {command} | |
keystroke {tab} | |
delay 0.2 | |
key up {command} | |
end tell |
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
osascript -e "tell application \"System Events\" to keystroke tab using command down" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment