Skip to content

Instantly share code, notes, and snippets.

@sebolio
Created November 29, 2021 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebolio/2903a3dc95304d8cbb384b0e3b157863 to your computer and use it in GitHub Desktop.
Save sebolio/2903a3dc95304d8cbb384b0e3b157863 to your computer and use it in GitHub Desktop.
abrir menu con cancion actual en macos now playing music
tell application "System Events"
tell process "Centro de control"
tell menu bar item "Ahora suena" of menu bar 1
click
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment