AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Insite Links go to topic title

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
System Monitor



Joined: 09 Mar 2007
Posts: 383
Location: Unknown

PostPosted: Wed May 07, 2008 2:56 am    Post subject: Insite Links go to topic title Reply with quote

When you use [url][/url] , if it is an link inside autohotkey, the text for the link Cool magically turns into the title of the topic.
_________________
Back to top
View user's profile Send private message Visit poster's website
jaco0646



Joined: 07 Oct 2006
Posts: 459
Location: MN, USA

PostPosted: Sun May 11, 2008 7:58 pm    Post subject: Reply with quote

AHK forum link helper
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
sinkfaze



Joined: 19 Mar 2008
Posts: 113

PostPosted: Mon May 12, 2008 7:20 am    Post subject: Reply with quote

That's interesting jaco, I use something similar as a hotkey for Firefox in my script (granted I greatly lack your knowledge of scripting):

Code:
^g::
clipboard =
WinGetActiveTitle, Page
StringTrimRight, Title, Page, 18 ; trims the " - Mozilla Firefox"
Send ^l^c ; sends the "Open Location" command and copies the current URL
ClipWait
URL = %clipboard%
return


Then in the post box:

Code:
^u::
Send [url=%URL%][b]%Title%[/b][/url]
return


I'm going to give yours a try though, if nothing else it will help me think about scripting in those terms. Thanks!
_________________
Have trouble searching the site for information? Try Quick Search for Autohotkey.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group