-
-
Notifications
You must be signed in to change notification settings - Fork 198
Pasting image from clipboard #275
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
Can you share a screenshot for the wrong behavior? I would actually expect this to work, I'm using a 4K Display with scaling too and for me it's working, though I have a locally build installed version and not an installed snap. So I think that is a bug that we need to fix. The other thing is the feature to paste a screenshot. What do you have in mind, how should that work? We already support opening an image, we could simply add a new keyboard shortcut to pase it in there, should be rather a simple code change. Should we split this in two issues? |
I did so in #276
I guess if the |
I'll see that what I can do ;) |
Done :) |
Awesome, thank you very much! I'll test it as soon I'm in front of a Linux station. (Do you automatically build the snap edge channel from your master branch?) |
Works like a charm! Thank you very much again! |
Yes we do, but you probably found that out yourself :D |
I did. 😁 Btw. Did you use |
I really love knsip, that was the one tool that was missing in my (KDE Life) life! You did a great job on many details and also found your source code and build process inspirational. |
Well, yeah, your're right of course, should be Thanks for the nice feedback, glad you like the code :) |
Fixed and added pasting path to images. You should be able to copy an image in your file browser and past it into ksnip or just copy a path to an image. |
Thank you, that is very useful! In QOwnNotes I have all of the above plus also dropping files into QOwnNotes via drag and drop. |
How do you handle drag and drop? Via drop event and you get the content from mimeData? |
This drag and drop is kind of PITA again, initial setup was like 15min, but making it work with dropping over the annotation area, oh boy. What makes it even more difficult is that the annotation widget is an external library. But I'm on it #282 |
because that area is already using drag & drop? |
No, it kind of work a bit different and I can't get the events via EventFilter and don't want to add that logic so deep down in the application. |
I see. |
I just found out about ksnip today and love it because it can also edit the screenshots! Thank you for the great work!
Unfortunately capturing rectangular screenshots (ksnip installed from the edge snap) doesn't seem to work for me in KDE Neon with my two 4k displays (zoomed to 150%). I guess that's because Qt is reporting the resolution after the zoom.
Primary screen resolution:
2560x1440
Screen resolution(s):
2560x1440, 2560x1440
ksnip thinks I have the full 4k resolutions but the screenshot only gets a part of full image.
So my question / feature request would: Pasting an image from the clipboard so I can capture the screenshot in Spectacle and work with it on ksnip.
The text was updated successfully, but these errors were encountered: