-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mouse flag problems in record/capture commands #20
Comments
Umm... I remember having a third problem about it but I think I've just forgotten about it... I'll try my best to remember it haha |
Oh, I remember, it was a general thing: Why not add automatic testing to test the features you'll be adding onto your project, to minimise bugs and unexpected behvaiour? |
I'm not sure how this is related to transparency. It'd be nice if you can try something like
menyoki tries to capture the parent of the selected window (if any) if The error you got was probably about the use of this flag or the fact that
What exactly do you mean by "automatic testing"? Anything other than this? |
Hmm, I sorta mean something like unit tests, where it tries to isolate some parts of the code and make sure the logic is fine, I forgot that you had automatic testing already set in-place haha, about the other errors, I more was reporting the fact that they weren't handled, and were just "raw" Rust errors. |
A fair amount of code is being tested but it can always be extended. Maybe some features are not tested against all the combined cases. I should work on that more, for sure.
I see. I should eliminate the use of |
Is this issue resolved? Did you have the chance to try it again? |
Ah, right! I'm so sorry! I forgot that I kept this open... Thank you for the reminder! |
Describe the bug
There are a few issues I've encountered with the mouse flag:
root
flag seems to take the screenshot immediately, not listening to my mouse input, but it does capture transparency, so that's nice. It also seems to work fine when I try to delay the screenshot and go to a workspace without a desktop, unlike the following point.parent
flag seems to work relatively as expected, it just doesn't show the overlay that it does by default, and it seems to error with:When I ran the command, switched to a different workspace that had no windows, and clicked on the wallpaper/desktop.
System Information
The text was updated successfully, but these errors were encountered: