Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sspath = %A_MyDocuments%\screenshots
- minicap = %PROGRAMS%\DonationCoder\MiniCap\MiniCap.exe
- frameless = %PROGRAMS%\DonationCoder\Skwire\Frameless\Frameless.exe
- *~F12::
- IfExist, %minicap%
- {
- Clipboard = ; Empty the clipboard
- sspaththumb = %sspath%\thumbnails
- FormatTime, ssfilename, , yyyy-MM-dd
- Run, %minicap% -capturescreen -save "%sspath%\%ssfilename%_00$uniquenum0$.jpg" -capsound -clipimagepath -closeapp -exit
- ; create thumbnail with minicap
- ppostrun1 = "%frameless%" "$file$" x=L y=T mon=2 taskbar=no noactivate=yes duration=00:00:10
- Run, %minicap% -capturescreen -save "%sspaththumb%\%ssfilename%_00$uniquenum0$.jpg" -resizex 200 -clipimagepath -closeapp -exit -postrun "%ppostrun1%"
- }
Advertisement
Add Comment
Please, Sign In to add comment