Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created November 22, 2010 18:38
Show Gist options
  • Save philhawksworth/710404 to your computer and use it in GitHub Desktop.
Save philhawksworth/710404 to your computer and use it in GitHub Desktop.
Using Quicksilver to control Last.fm
tell application "Last.fm" to activate
tell application "System Events"
tell process "Last.fm"
click menu item "Skip" of menu "Controls" of menu bar 1
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment