J.A.R.V.I.S-rust/src-tauri/commands/windows/ahk/screenshot.ahk
2023-05-04 01:06:44 +05:00

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.