hackpact day 1: spotify pauser

Simple app to reduce the number of clicks needed to pause Spotify.  It finds the Spotify window and sends a Space keystroke to pause/play the current track.  I have it pinned to my taskbar:

spotify-pauser

download: pause-spotify (exe)

AutoHotKey source:

DetectHiddenWindows, On
ControlSend, ahk_parent, {SPACE}, ahk_class SpotifyMainWindow

Leave a Reply