Secure Screenshot Feature Request

Would it be possible to add the option of saving screenshot to a folder of choice as well as clipboard and desktop

onedot3

How about a button like this?

Clipboard SCREENSHOT=save,name:MyScreenshot,format:jpg,quality:95,quiet,secure
Copy FILE="/desktop\MyScreenshot.jpg" AS="MyScreenshot {date|yyyyMMdd}-{time|HHmmss}.jpg" TO=D:\test
3 Likes

Thanks lxp that works great added Move after copy so it keeps desktop clear of screenshots.

onedot3

Thanks again lxp your way made me look a bit deeper into what Clipboard options can do.
Came up with another option way which saves direct to folder.

Clipboard SCREENSHOT=secure,quiet
Clipboard PASTE AS="D:\ScreenShots\Lister Secure {date|yyyy-MM-dd} {time|HH-mm-ss}"

Cutting out the middleman is always a good idea :wink: