Archive for November, 2009
hackpact day 2: jailbroken :-)
Monday, November 2nd, 2009Well, it’s not my own hack, but the blackra1n jailbreak for iPhone 3.1.2 just came out. Now I can run apps in the background (Spotify being the main reason I wanted this!)
hackpact day 1: spotify pauser
Sunday, November 1st, 2009Simple 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:
download: pause-spotify (exe)
AutoHotKey source:
DetectHiddenWindows, On
ControlSend, ahk_parent, {SPACE}, ahk_class SpotifyMainWindow
