-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
screenzap | ||
Screenzap is a screenshot tool for Windows with similar behavior to the MacOS screenshot feature. It has configurable keyboard shortcuts, and an option to start when logged in. | ||
|
||
## Installation | ||
|
||
Just put Screenzap.exe where you want it. Run it. nbd. | ||
|
||
## Usage | ||
|
||
Press the configured shortcut (default is `ctrl-alt-shift-4`), drag to select a screen region, and take your screenshot. It will go on the clipboard. | ||
|
||
### Modifier keys | ||
|
||
* Shift -- make selection square | ||
* Space -- move selection rectangle | ||
* Alt -- draw from center of selection (bit wonky) | ||
|
||
## Todos and known issues | ||
|
||
* Holding Shift and Alt simultaneously doesn't work | ||
* Not all surfaces will get captured | ||
* What You See Isn't Quite What You'll Get -- some visual elements, like context menus, will not always get captured | ||
* DPI awareness is experimental and only Works On My Machine. Bug reports and PR:s welcome! | ||
* Only puts Bitmap data on the clipboard. Some applications, like Blender, expects PNG. |