I am looking for an answer to quick ahead a monitor in Music app whereas it’s minimised and whereas i am engaged on one other app. I obtained some concepts from Keyboard Maestro however undecided if the steps are proper.
I’ve obtained the next script and requested to create an applescript however for some causes it is not working:
set A to {}
inform utility “QuickTime Participant” to whether it is operating and (enjoying of paperwork comprises true) then set finish of A to “QuickTime Participant”
inform utility “Music” to whether it is operating and (participant state is enjoying) then set finish of A to “Music”
inform utility “Spotify” to whether it is operating and (participant state is enjoying) then set finish of A to “Spotify”
inform utility “VLC” to whether it is operating and enjoying then set finish of A to “VLC”
A
Is there something fallacious right here?
I additionally couldn’t save the script within the Applescript editor.
Please advise the answer
Thnx
Dave