Created
June 6, 2018 21:54
-
-
Save RichardBradley/9ca64bee1793b12a19725e67343c0224 to your computer and use it in GitHub Desktop.
superuser.com q 1212672
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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