Actions Menu
-
Would it be possible to pass arguments into a script in the actions menu? I see that you can add arguments when it's created but it would be very handy if arguments could be passed with a long press of the action.
-
You could put into the Actions Menu a short script that just uses
console.input_alert()
to get the args from the user. That short script could in turn call themain()
of your larger script passing those user-supplied args.
-
@ccc great idea, Thank you.