The drag and drop file into macro works very well, creating an Open File action containing the path of that file. It would be nice to have the equivalent for URLs.
thank you @peternlewis !
I see what you mean, and it seems like a decent idea, but you can almost achieve the same thing using the Clipboard Changed trigger, which can examine if the clipboard contains a text value and then check if the text value is a URL, and then take action. Instead of dragging the text, just copy (CMD-C) the text, and it will be sent to any macro with the appropriate trigger.
1 Like
I will give it a try. Thank you !