-
Notifications
You must be signed in to change notification settings - Fork 81
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
Preserve cursor position when using selection mode #244
Comments
Copy-pasted straight from maim man page. If you didn't notice this flag, please close this issue, if you did and you actually mean something I don't understand, please take my apologies and try to elaborate a bit more. |
Ok I will try to explain better, with a diagram. Lets say I am trying to make a screenshot showing my mouse over a specific button. I move my mouse to where the red cursor is, and press a hotkey to open maim. This is the position where I would like my cursor to end up in the final screenshot. I would like maim to save the cursor coordinates as soon as it is launched. Currently the cursor always ends up where the blue cursor is (the final position after making the selection), which I don't think is very useful. |
Oh, yeah, I see what you mean. Your issue is probably not a duplicate of, but definitely closely related to #193 |
I have some ideas how to implement #193 but I don't currently have any free time for that. Maybe during winter holidays… 🤔 |
Little update: during digging through scrot source code I have realized scrot works well when using selection and freeze options, so I no longer have any reasons to use maim so I will not work on this feature. |
Right now the cursor gets superimposed onto the screenshot at the position it was when finishing the selection.
Which means every screenshot ends up with the cursor in the bottom right like this:
I think what would be better is:
The text was updated successfully, but these errors were encountered: