Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

iTunes Shortcuts

Recommended Posts

iTunes Shortcuts

Version: 1.0

Author: 3oD[DaMeiN]

Category: Programs

Screenshot:

 

 

Description:

Controls iTunes with regular keys

A lot of people use bots on Starcraft to control iTunes because they don't have a multimedia keyboard.

 

I created this program awhile back ago for a friend so he didn't have to.

 

These are the settings I have on it.

( If you want to use this program but do not want these to be the keys let me know and I can change it to whatever you would like :P )

 

** Numlock must be enabled **

 

0: Opens your iTunes.

 

1: Plays/Pauses

 

4: Previous song

 

6: Next song

 

-: Volume Down

 

+: Volume Up

 

( These are all for the numpad on the > side )

 

Download The File

 

Submitted by Damein, on Nov 5 2009, 11:23 AM

Share this post


Link to post

By any chance does this program communicate with iTunes via Send Message API? If so could you send me the send message info that you used please? :D A friend of mine wants something similar to this...

Share this post


Link to post
By any chance does this program communicate with iTunes via Send Message API? If so could you send me the send message info that you used please? :D A friend of mine wants something similar to this...

 

 

I'm not sure, I used a program called AutoHotKey, and it sends functions through commands it has built in.

 

The code looks like this though, if that helps:

 

+::
IfWinExist, ahk_class iTunes
ControlSend, ahk_parent, ^{UP}
return

 

That would turn the volume up on iTunes.

 

The +:: is the hotkey to run the command after the ::

Share this post


Link to post

Aw :D I haven't searched real hard about iTunes API yet, so I was hoping for some quick info. Oh wellz.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×