Created
November 29, 2021 03:29
-
-
Save voltuer/2903a3dc95304d8cbb384b0e3b157863 to your computer and use it in GitHub Desktop.
abrir menu con cancion actual en macos now playing music
This file contains 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 "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