Thanks zridling!
I'm still a noob when it comes to AHK and I'm wondering just how to go about implementing into it what I'm trying to do. Basically, I would like the following:
Consider the following scenario. On some random forum online, I'd like to link to
https://www.donationcoder.com but not via URL like that in its pure form, but with a pretty hyperlinked word, like this:
[url=https://www.donationcoder.com]DonationCoder.com[/url]
or <a href=url=https://www.donationcoder.com>DonationCoder.com</a>
What I'd like to be able to do, somehow, with AHK, is this. We assume that whenever I want to use this as of yet inexistent script I have a URL in the clipboard. Now, the URL in the clipboard and an execution of the desired script later, I'd like to have either the HTML or BBCode version of that link inserted into the focused text-field, with nothing specified as the link test, but just the cursor blinking at the position of the star here:
[url=URL]*[/url]
or <a href=URL>*</a>
I have not the slightest of clues about how I could do this in AutoHotkey. Thanks for trying to help.