Open selected URL in background tab

Share your favorite FastKeys commands
Post Reply
averebazmadar
Posts: 18
Joined: Jul 30th, ’20, 08:24

Post by averebazmadar » Feb 15th, ’21, 08:54

I have a code to open selected url in new tab but how do I open then in background tab?

Code: Select all

Send, ^c
Sleep 50
Run, %clipboard%
Return
Moreover, can we do that if there is a plain text link, then open that in new tab but if it is a link, copy it's link address instead of the text and open that in new tab?
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Feb 15th, ’21, 13:51

I suggest you visit AutoHotkey forum and search for solutions - there are many available scripts there.
Post Reply