| View previous topic :: View next topic |
| Author |
Message |
David
Joined: 08 Aug 2004 Posts: 25 Location: Lubbock, Texas
|
Posted: Sat May 06, 2006 2:28 pm Post subject: Open non-clickable URL in Firefox |
|
|
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 |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Sun May 07, 2006 8:58 am Post subject: |
|
|
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 |
|
 |
Guest
|
|
| Back to top |
|
 |
hhravn
Joined: 08 Nov 2005 Posts: 3
|
Posted: Wed Jun 28, 2006 3:55 pm Post subject: |
|
|
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 |
|
 |
Szara
Joined: 24 Jun 2006 Posts: 8 Location: The left side of Canada
|
Posted: Thu Jun 29, 2006 7:24 am Post subject: |
|
|
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 |
|
 |
|