Hotkey for next song in Spotify
After March 2015 upgrade of Spotify the below hotkey no longer works to get next song in Spotify: ; Spotify next track <^>!p:: DetectHiddenWindows, On ControlSend, ahk_parent, ^{Right}, ahk_class SpotifyMainWindow DetectHiddenWindows, Off Return The SpotifyMainWindow" appears to be the same when checking with spy, and Ctrl-Right also still works for next song in Spotify, but the hotkey don't. How to make a hotkey for next song in the upgraded Spotify? I managed to make it work using multimedia keycodes. Here's my script: ; "CTRL + LEFT" for previous ^Left::Media_Prev ; "CTRL + RIGHT" for next