-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add image support #196
Comments
When you copy an image, you are not coping it in reality. It will not be copied tell you paste it. This is the default behavior of text also when you are not using a clipboard manager. If you closed the application that you copied the thing from before pasting the thing, you will not be able to past it, because you can no longer request the application to copy the thing. The clipboard manager will make this easier and user friendly by running in the background and coping every thing by it self to it's memory, so when you request something, you will request the clipboard manager (that is always running), not the application that you copied from. This will enable you to past things even after closing an application. As I can see, the problem is not just thet I don't know what do the maintainer of the project think, but I think that this will make the project a little bit complex. Maybe it is possible to just copy the request data without coping the image by it self. |
Related issue: #130 |
I considered this for the C rewrite in 70cc5d2 and in the end decided to not add features for now, but it is certainly possible. What's needed:
|
It would be better if I could see my copied images in clipmenu too. Since it is not a graphical program, this might be a bit tricky, I think. We can use some sort of indicator, at least, for image items in clipmenu maybe?
The text was updated successfully, but these errors were encountered: