Skip to content

Instantly share code, notes, and snippets.

@Torthu
Created February 7, 2014 10:23
Show Gist options
  • Select an option

  • Save Torthu/8860270 to your computer and use it in GitHub Desktop.

Select an option

Save Torthu/8860270 to your computer and use it in GitHub Desktop.
Automator script for Spotify next/prev (for instance for use on windows keyboards)
on run {input, parameters}
tell application "Spotify"
next track
end tell
end run
on run {input, parameters}
tell application "Spotify"
previous track
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment