Open link from selected text

Discussion, questions and support.
Post Reply
User avatar
jkeks
Posts: 22
Joined: Sep 17th, ’18, 03:35

Post by jkeks » Jan 30th, ’24, 12:45

Is there easy way open text/link selected anywhere in Browser ?
User avatar
Tom
Posts: 917
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jan 31st, ’24, 10:05

Sorry, not sure I understand what you mean. Normally in browsers you can just click on the link to open it.
User avatar
jkeks
Posts: 22
Joined: Sep 17th, ’18, 03:35

Post by jkeks » Jan 31st, ’24, 15:42

selected text may be in text editor
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Feb 2nd, ’24, 19:02

Set a shortcut (Type:Command)

Code: Select all

send, ^c
sleep, 100
run, %clipboard%
Post Reply