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 

Open non-clickable URL in Firefox

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
David



Joined: 08 Aug 2004
Posts: 25
Location: Lubbock, Texas

PostPosted: Sat May 06, 2006 2:28 pm    Post subject: Open non-clickable URL in Firefox Reply with quote

Once in a while a Web page will display a URL in plain text. To open it you have to retype it or copy-and-paste to the address bar. With this hotkey, highlight the URL, press Win-O. and it opens in a new tab. (It's specifically for Firefox because '^t' opens a new tab and places the cursor in the address bar.)

Code:
#o::
  SetKeyDelay, 500
  Send, ^c^t^v{Enter}
  Return
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Sun May 07, 2006 8:58 am    Post subject: Reply with quote

To each his own.
My preferred method in this case it to select the address and drag'n'drop it in an empty place of the tab bar.
Works well.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Sun May 07, 2006 3:41 pm    Post subject: Reply with quote

http://piro.sakura.ne.jp/xul/_textlink.html.en
Back to top
hhravn



Joined: 08 Nov 2005
Posts: 3

PostPosted: Wed Jun 28, 2006 3:55 pm    Post subject: Reply with quote

On a sidenote, my version of the ieview extension :o)

!i::
temp = %clipboard%
Send, ^l^c
Run, iexplore.exe %clipboard%
clipboard = %temp%
return
Back to top
View user's profile Send private message
Szara



Joined: 24 Jun 2006
Posts: 8
Location: The left side of Canada

PostPosted: Thu Jun 29, 2006 7:24 am    Post subject: Reply with quote

Ohh, I like this especially because with a little adjustment it could work in IE, or any other browser, with no need for an "extension." Excellent!
_________________
If I'm asking a question about AHK, it's only because I can't find the answer anywhere else. I swear, I looked!

AutoHotKey has saved me at least 8 hours a month of data entry. What has it done for you?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions 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