From 8532de222671a88423e6e7fcaeadc4f220e53425 Mon Sep 17 00:00:00 2001 From: Johan Althoff Date: Sat, 16 Apr 2022 11:49:00 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 404873e..13d5866 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ -screenzap \ No newline at end of file +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.