https://github.com/j3soon/printscreen
Save screenshot on key press
https://github.com/j3soon/printscreen
printscreen screenshot tool utility windows
Last synced: about 1 year ago
JSON representation
Save screenshot on key press
- Host: GitHub
- URL: https://github.com/j3soon/printscreen
- Owner: j3soon
- License: mit
- Created: 2018-03-15T17:17:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T14:33:04.000Z (about 2 years ago)
- Last Synced: 2025-03-23T23:14:08.457Z (about 1 year ago)
- Topics: printscreen, screenshot, tool, utility, windows
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrintScreen
Press the PrintScreen key and automatically save the image to a `Screenshots` folder on your desktop (for Windows only).
Download [the program here](https://github.com/j3soon/PrintScreen/releases).
## How to use
- The default saving directory is: `%UserProfile%\Desktop\Screenshots\`
- Press the PrintScreen key to save the screenshot of the entire screen at the saving directory (named with current timestamp).
- Press Alt+PrintScreen key to save the screenshot of the active window at the saving directory (named with current timestamp).
- You can change the saving directory by modifying the `config` file stored in the program directory. (This file will be created after the program is ran for the first time).
## Windows 10 Built-in Screenshot Functions
For the detailed function of the following bullet points, please refer to [this introduction](https://www.howtogeek.com/226280/how-to-take-screenshots-in-windows-10/).
- PrintScreen
- Alt+PrintScreen
- Windows+PrintScreen
- Windows+Shift+S
- Windows+Alt+PrintScreen
- SnippingTool
## NuGet Dependencies
- [LowLevelControls](https://github.com/j3soon/LowLevelControls)
- [PortableConfiguration](https://github.com/j3soon/PortableConfiguration)