Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

PrintScreen并保存以备粘贴 Autohtokey 4301

作者为 发表

Autohotkey

#c::
GetClip:
ClipSave := ClipboardAll
Send, {PrintScreen}
Sleep, 200
Clip := ClipboardAll
Clipboard := ClipSave
a := fileopen("clip.tmp","w")
a.RawWrite(Clip,StrLen(Clip))
a.Close()
Return

#v::
ReadClip:
ClipSave := ClipboardAll
;读取文件到剪切板
FileRead, Clipboard, *c clip.tmp
Send, ^v
Sleep, 200
Clipboard := ClipSave
Return



来了就留个评论吧! 2个评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 1.962 seconds |