J.A.R.V.I.S-rust/src-tauri/commands/windows/ahk/screenshot.ahk

3 lines
138 B
AutoHotkey
Raw Normal View History

Send {PrintScreen down} ; Press down the PrintScreen key.
Sleep 500 ; Keep it down
Send {Up PrintScreen} ; Release the PrintScreen key.