Skip to content

espio999/1-Push-Snap

Repository files navigation

application icon

1-Push-Snap

With single push of the Print Screen button, take a screenshot and output the image file of

  • current window or screen
  • cropped area on screen

Usual step as Alt + Ctrl + Print Screen, and Ctrl + C to Paint is not required.

Requirement

.NET Framework 4.8

Feature

1 push screenshot

Just pushing Printscreen key, and screenshot of the active window is saved in the preferred folder.
In crop mode, it snapshots cropped area. Cropped position is kept during this mode. Pushing Printscreen keeps output image files of cropped area unless stopping this mode.

This tool monitors keyboard event. Finding key down event of Print Screen button,

  1. it takes screenshot
  2. it makes it preferred image file as BMP, GIF, JPG or PNG.
  3. it saves it to the preferred folder.

The initial save folder is the home of user (%userprofile%).
If the specified folder doesn't exist when screenshot is saved, an image file is saved to the initial save folder.

Disable input from keyboard and mouse

This if for

  • vacuum a keyboard
  • polish a mouse, trackball and trackpad, etc
  • brush suport rollers and balls inside trackball

Usage - Context menu

This tool has no form, and is stationed in Taskbar.
Context menu is displayed with right click.
context menu

Information

The current save folder is indicated.
Screenshot image files are saved here.

menu item - Information

Save To...

User can change the save folder here.
menu item - Save To...

Image format

User can change the image format.
menu item - Image format

Start - 1 Push snap

The tool starts keyboard event monitoring.
During monitoring,

  • taskbar icon turn into orange.
  • pushing Printscreen key takes screenshot.
  • pushing Pause key stops keyboard event monitoring. -- taskbar icon turn into white.

Start - Crop snap

crop mode
Drog mouse with pressing left click, cropped are is captured. After the first capture unless out from this mode, pushing Printscreen captures cropped area, not active window.
During monitoring,

  • taskbar icon turn into orange.
  • Cropped area is caputed.
  • pushing Printscreen key takes screenshot.
  • pushing Pause key stops keyboard event monitoring. -- taskbar icon turn into white.

Start - Ignore key type

Disable inputs from a keyboard.
Inputs from a mouse is available.

Start - Ignore key type

Disable inputs from a mouse. Inputs from a keybaord is aviable.

Stop

Cancel Start tasks above.

Close

Close the tool, and the taskbar icon is disappeared.

Reference

Technically Impossible - 1 Push Snap

About

Take a screenshot and output the image file of the current window or screen with single push of the Print Screen button.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages