| Author |
Message |
Topic: Spotify and AHK |
Zawaq
Replies: 33
Views: 11627
|
Forum: Ask for Help Posted: Sun Mar 15, 2009 1:09 pm Subject: Re: I could be the biggest idiot... |
| Yeah, i could be really really stupid now, but I thought I'd might ask anyway. I've created the script I wanted, and it works great, but is there a way i can make it automatically start when i fire up ... |
Topic: Spotify and AHK |
Zawaq
Replies: 33
Views: 11627
|
Forum: Ask for Help Posted: Fri Jan 30, 2009 9:15 pm Subject: Spotify and AHK |
| Here's a script i wrote for spotify. I've copied some code from this thread and from all over the forum, i also wrote some myself. It got some hotkeys, song notification, and so on. Look at the code o ... |
Topic: Spotify and AHK |
Zawaq
Replies: 33
Views: 11627
|
Forum: Ask for Help Posted: Mon Jan 05, 2009 6:27 am Subject: Re: Hotkeys + Now playing in clipboard |
Hi!
I modded zzzTAG's latest version of the script and came up with this:
SetTitleMatchMode 2
; "CTRL + LEFT" for previous
^Left::
DetectHiddenWindows, On
ControlSen ... |
Topic: Spotify and AHK |
Zawaq
Replies: 33
Views: 11627
|
Forum: Ask for Help Posted: Sun Jan 04, 2009 4:33 am Subject: Spotify and AHK |
| Thanks for the script! But is there anyway to use OSD instead of traytip for the song information? |
| |