Skip to content

Instantly share code, notes, and snippets.

@espenmn
Created April 22, 2023 15:15
Show Gist options
  • Select an option

  • Save espenmn/33a431d08a13446880e6873c1d2e7996 to your computer and use it in GitHub Desktop.

Select an option

Save espenmn/33a431d08a13446880e6873c1d2e7996 to your computer and use it in GitHub Desktop.
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