-
-
Notifications
You must be signed in to change notification settings - Fork 198
Allow modifying selected rectangle before making screenshot #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Might be a larger feature but doable. |
Most of the time I don't need this feature, so this extra-step will be more harmful than useful in my workflow. So this must be an option to choose. |
Same here, I'm not a big fan of the workflow like in KDE Spectacle but I believe there are people that are used to it. As always, when we do it then it will be configurable. |
I also miss the option to adjust the rectangle to be captured. For example, when using a graphics tablet or another pen-like input device, I sometimes reach the edge and need to "re-grab", which currently is not possible. Also, with pens "clicking" precisely is more difficult than with a mouse. Update: I just realized that a work-around is to grab the screen with an application that allows for this rectangle adjustment, and then simply paste the clipboard content into ksnip. |
I'll try to implement this with the next release. |
Meanwhile KDE Spectacle adds your kImageAnnotator library to himself: https://phabricator.kde.org/D22074 - congratulations for improving popularity of your libKImageAnnotator! |
Thanks :) |
I agree that it should be as an option, rather than switching from current functionality. The current way is fast and handy, but less accurate. Is great for quick snaps, but sometimes it just requires the added precision. Thank you for considering it. |
I have in mind a config option where you select one of those two options as default and you use that. Later, we could add a toggle (I don't know, maybe holding down |
You could just add a new option in the drop-down list.
|
Thanks, I'll keep it in mind, haven't decided yet which way to go. |
This is cool idea for implementation! It can be implemented via some visible hint like "Press CTRL for enable manual area resize mode after selecting." on screen. |
Exactly what I had in mind. But we can think about it later, I would handle it in a separate issue. How yuo will need to pick a default in settings (when the feature is implemented of course). |
This is now implemented with a switch to change from one behavior to the other while drawing the selection rectangle. |
At now after mouse up event after drawing rectange, ksnip immediately make screenshot. But very often users want to modify size of drawn rectangle manually - move, change size.
Most other screenshot tools (eg
Spectacle
) have this mode enabled by default. Can you please implement option for enable this feature after drawing screenshot in ksnap too? Thanks!The text was updated successfully, but these errors were encountered: