J.A.R.V.I.S-rust/resources/commands/windows/ahk/screenshot.ahk
2026-01-04 05:19:47 +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.