Skip to content

Instantly share code, notes, and snippets.

@irmowan
Last active January 18, 2022 05:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irmowan/8ec09ddc3ebde11bea7d321c3ee145fc to your computer and use it in GitHub Desktop.
Save irmowan/8ec09ddc3ebde11bea7d321c3ee145fc to your computer and use it in GitHub Desktop.
AppleScript to control Netease Music
tell application "System Events" to tell process "NeteaseMusic"
click menu item "下一个" of menu 1 of menu bar item "控制" of menu bar 1
end tell
set old to (path to frontmost application as text)
tell application "System Events"
tell application "NeteaseMusic" to activate
key code 124 using command down
end tell
delay 1
activate application old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment