Skip to content

Instantly share code, notes, and snippets.

@RichardBradley
Created June 6, 2018 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardBradley/9ca64bee1793b12a19725e67343c0224 to your computer and use it in GitHub Desktop.
Save RichardBradley/9ca64bee1793b12a19725e67343c0224 to your computer and use it in GitHub Desktop.
superuser.com q 1212672
#IfWinExist ahk_class iTunes
Media_Play_Pause::ControlSend, , ^p, Windows Media Player
#IfWinExist ahk_class iTunes
Media_Next::ControlSend, , ^f, Windows Media Player
#IfWinExist ahk_class iTunes
Media_Prev::ControlSend, , ^b, Windows Media Player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment