Skip to content

Commit

Permalink
Set hotkey dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Photosounder committed Jan 14, 2023
1 parent 4366307 commit 179503f
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 128 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Michel Rouzic's screenshot tool

This is my screenshot tool that I use to take screenshots (Windows only, OpenCL required) by pressing *Ctrl*-*F1*. As with all my projects it depends on https://github.com/Photosounder/rouziclib[rouziclib] for all the heavy lifting.
This is my screenshot tool that I use to take screenshots (Windows only, OpenCL required) by pressing *Ctrl*-*F1* (combo can be changed). As with all my projects it depends on https://github.com/Photosounder/rouziclib[rouziclib] for all the heavy lifting.

I recommend you download the latest binary (Windows only) https://github.com/Photosounder/screenshot-tool/releases[here]. Don't forget to keep SDL2.dll together with screenshot.exe.

Expand All @@ -11,7 +11,7 @@ image::screenshot1.png[screenshot1.png,float="right",align="center"]

### Launch

When you first start the program it briefly flashes then you see nothing. It hides itself immediately while it waits for the hotkey, Ctrl-F1 (hardcoded for now). I put a shortcut to screenshot.exe in my Windows startup folder `shell:startup` (you can enter that in the Windows Explorer address bar) so it unobtrusively stays hidden in the background waiting (in a blocked way so it doesn't consume any CPU time at all) for you to press Ctrl and F1 together.
When you first start the program it briefly flashes then you see nothing. It hides itself immediately while it waits for the hotkey, which is set to Ctrl-F1 by default but can be changed using the "Set hotkey" dialog. I put a shortcut to screenshot.exe in my Windows startup folder `shell:startup` (you can enter that in the Windows Explorer address bar) so it unobtrusively stays hidden in the background waiting (in a blocked way so it doesn't consume any CPU time at all) for you to press Ctrl and F1 together.

### Cropping

Expand Down
Loading

0 comments on commit 179503f

Please sign in to comment.