First post! Love this program.
So I'm a Listiary refugee and have been playing with other apps that look like they will replace or improve what I've been using for quite some time. I've tried out a few, but QAP seems to be far more extensible than the others. Thanks for the program!
My question:
I like to search for 'tags' on particular websites and use a particular browser for particular domains. I have to modify the contents of the clipboard before passing the results to the application, like so:
Code:
clipboard := StrReplace(clipboard, " ", ".")
Run, firefox.exe https://<long-domain-url-taglist=%clipboard%
While not making comparisons, I've was able to use this natively in Fastkeys, but I simply don't like the workflow options in that program. Is there any way I can make this work natively with QAP? I understood that it's built on the AHK framework.
Thanks!