Hi
I am doing a KBM command that opens the selected file with audacity, then I want to trigger the command “cmd-A” when the loading of the selected file ends up.
Is there an easy way to do it (kind of “wait for the Cmd-A option trigrerable / not greyed out, or wait for Audacity to be responding)? I would like to avoid the “Pause Until Image Found”).
Thank you!
Eric
Many thanks! Arigato! I gonna try it!
Building on @guxianbang's answer -- there's a "Pause Until" Action that can take the same Conditions, so you can one-shot it. Because testing for the "Select All" menu item isn't app-specific you may also want to add a check for whether Audacity is frontmost, depending on the context in which you are running the macro. Using Finder as a stand-in for Audacity:
1 Like
Very good point! I missed it! Many thanks.

