Going mad at Applescripts

Soldato
Joined
20 Jul 2008
Posts
4,467
New to Mac. From what i can see you write a script and save it as an APP and then that can be run.

I'm trying to configure the mighty mouse so that a certain button plays the next track in iTunes but I can't find a script that simply does this.

Can anyone help?

Cheers
 
tell application "iTunes"
next track
end tell

Save that as a script, then use your mouse preferences to bind whichever button to that script.
 
Back
Top Bottom