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.
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. |