< Clipboard PASTE AS "Screenshot" >, takes a screenshot

Hello everybody.

Found a bug. When using the command "Clipboard PASTE = jpg AS "Screenshot", instead of inserting an image with the name "Screenshot.jpg" into the current folder, the program takes a screenshot. If you change the name, then the program works correctly. My version of Opus is 12.7.5 beta.

Sorry for my English. I use Google translator.

Not a bug, but how argument parsing works.

You need to use an = if you want to feed one argument a parameter that is also the name of another argument:

Clipboard PASTE=jpg AS="Screenshot"