3 lines
No EOL
138 B
AutoHotkey
3 lines
No EOL
138 B
AutoHotkey
Send {PrintScreen down} ; Press down the PrintScreen key.
|
|
Sleep 500 ; Keep it down
|
|
Send {Up PrintScreen} ; Release the PrintScreen key. |