Created
April 22, 2023 15:15
-
-
Save espenmn/33a431d08a13446880e6873c1d2e7996 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "Audacity" | |
| activate | |
| tell application "System Events" | |
| keystroke "n" using {command down} | |
| tell application "System Events" | |
| --click "audio" | |
| keystroke "i" using {command down, shift down} | |
| delay 3 | |
| --keystroke return | |
| keystroke tab | |
| keystroke tab | |
| keystroke tab | |
| repeat with i from 1 to 17 | |
| key code 125 using {shift down} | |
| end repeat | |
| keystroke return | |
| delay 5 | |
| keystroke "e" using {command down, shift down} | |
| delay 2 | |
| keystroke return | |
| delay 2 | |
| keystroke return | |
| delay 2 | |
| keystroke return | |
| end tell | |
| end tell | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment