J.A.R.V.I.S-py/app/commands/windows/ahk/screenshot.ahk
Abraham 1323505b0a App architecture modifications.
Now GUI and the app itself is divided into two different binaries.
The app also provides system tray icon.
Whereas the GUI can be used to configure the app.
2023-06-11 19:17:50 +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.