-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Currently, when taking a region screenshot, the capture is triggered immediately between the mousedown and mouseup events — meaning the screenshot is taken the moment the user releases the mouse button. This makes it difficult to precisely select the desired area, as any small slip or misjudgment during the drag requires the user to start over.
Proposed improvement:
After the user drags to define the initial capture region, instead of taking the screenshot right away, BetterShot should display resizable handles (draggable corners and edges) on the selected area. This would allow the user to fine-tune the boundaries before confirming the capture (e.g., by pressing Enter or double-clicking inside the selection).
Expected workflow:
- User initiates a region screenshot
- User drags to define the initial selection area
- On
mouseup, the selection becomes an adjustable rectangle with draggable handles on corners and edges - User fine-tunes the selection as needed
- User confirms the capture (e.g.,
Enter, double-click, or a confirm button) - Pressing
Escapecancels the capture
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels