AutoHotkey Community

It is currently May 24th, 2012, 9:05 am

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Capslock modifier key

Posted: November 20th, 2010, 6:59 am 

Replies: 2
Views: 173


Yeah, I ran that code, and apparently I got the last one too. It seems that the hotkey is getting reassigned to whatever is last while the modifiers are all being ignored? I might add that using +CapsLock or similar errors out during the syntax check. using this CapsLock & a::msgbox, 1 CapsLock ...

 Forum: Support   Topic: Capslock modifier key

 Post subject: Capslock modifier key
Posted: November 20th, 2010, 5:47 am 

Replies: 2
Views: 173


I have a script to use Capslock as a modifier key for typing other non-standard characters. Unfortunately, given the troubles I've had with using capslock as a modifier the script gets difficult to maintain. This section is an example of how I've implemented things. It works perfectly, but it is dif...

 Forum: Scripts   Topic: Function : Edit() & View()

Posted: November 20th, 2010, 2:34 am 

Replies: 17
Views: 3334


Why will this line of code not work when broken up into 3 independent lines: DllCall( "Sleep",UInt,50 ), DllCall( "GetKeyboardState", UInt,&KS ), Esc := NumGet(KS,27) It is posted above by SKAN. Thanks... I don't have an answer to that, but thank you ...

 Forum: Scripts   Topic: Pandora One Get Lyrics

 Post subject: Pandora One Get Lyrics
Posted: November 20th, 2010, 2:22 am 

Replies: 0
Views: 539


This function retrieves the lyrics to whatever song is playing in Pandora One and displays them in a message box. I plan on changing it to a better interface soon, but thought I would post what I have so anyone can make use of it if they are interested. Still to do: Remove/convert html entities from...

 Forum: Scripts   Topic: Pandora One Media Keys

Posted: November 20th, 2010, 2:07 am 

Replies: 4
Views: 1656


I also took your Now Playing script for Pandora and used the function to retrieve lyrics to whatever is playing. I've yet to give it much of an interface or determine how I want to call it yet, but it is functional.

I think I'll post it in the forum and link to this post.

 Forum: Support   Topic: XPath help

Posted: November 20th, 2010, 1:30 am 

Replies: 2
Views: 310


That worked, thanks for the help. Now just to get lyricsfly to give me a real API key. EDIT: If anyone is interested in using this, I found another site that provides an API that doesn't require an API key and jumping through hoops to use their service. This is the function for chartlyrics.com's api...

 Forum: Support   Topic: XPath help

 Post subject: XPath help
Posted: November 17th, 2010, 8:11 am 

Replies: 2
Views: 310


I'm trying to use xpath to read song lyrics from the return xml at Lyricsfly XML returned by lyricsfly <?xml version="1.0" encoding="ISO-8859-1"?><start> <status>300</status><delay>5000</delay><sg><cs>da368f6f68</cs><id>188458</id><ar>Survivor</ar><tt>Eye of the Tiger</tt><al>Eye...

 Forum: Scripts   Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl)

Posted: October 28th, 2010, 6:32 am 

Replies: 102
Views: 26582


Is there a version of this, or similar, that will run with autohotkey_l?

I get an error at line 27. Variable name contains an illegal character "Sparrow[MimeTypesLst]"

Thanks

 Forum: Scripts   Topic: Pandora One Media Keys

Posted: October 4th, 2010, 3:28 am 

Replies: 4
Views: 1656


I started with this but made some changes. ; Code based on http://www.notunusual.net/pandoraone_autohotkey/ 9/25/2010 $Volume_Up:: if GetKeyState("Alt") = 1 { Send {Volume_Up} } else { IfWinExist, Pandora { ControlSend, , {RIGHT}, Pandora ; N...

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: July 15th, 2010, 5:48 am 

Replies: 998
Views: 156773


Sorry, I forgot to sign in with that post. Just replying again so hopefully I can get notifications of replies. Thanks again for the help! EDIT: I figured out a way to do it and modified the ScreenCapture file. I would delete the previous post, but I don't think you can if it was posted as a guest, ...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group