-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Provide ability to paste graphical clipboard contents. #49
Comments
Currently on macOS, when you make a screenshot it's preview is displayed in the corner and you can drag'n'drop it to Beagle to send it. |
I'm not seeing that (on either Mojave or Catalina) when using Command-shift-4 to capture. |
I think it may have came with Catalina, but I'm not sure here. I quickly checked and https://www.maketecheasier.com/get-rid-floating-screenshot-preview-macos/ mentiones Mojave as well. |
Aha, after playing around a bit I found that you have to change the save-to location to "desktop" (vs. clipboard), which probably makes it a file that can be dragged. |
Providing pasting arbitrary payload is more complex as we are not getting encoded file or encoded data but just raw image or movie which would need to be encoded, most likely previewed before it would be sent. That would force us to add a lot of a code for a future which in most cases can be easily replaced by saving a file and just dragging and dropping it to the chat window. We will consider this for future versions but it is rather low priority features. |
Whoa! I had no idea you could interact with that thumbnail beyond click-to-annotate. I always waited for it to go away to drag it from Desktop to email/chat/etc. That's great to know! |
Dino added this seemingly without too much hassle.. |
@TheSenPie Please do not hijack issues. This has nothing to do with Beagle IM abilities, most likely your server is not reporting HTTP File Upload in a way in which it is expected to do so. It may be related to tigase/siskin-im#37 |
It would be nice if I could capture some graphical object in the clipboard (e.g., by doing a screen capture) and paste it into Beagle (and have it automatically, say, create a temporary file and upload it to the conversation).
This functionality may be a subset of that requested in #41
The text was updated successfully, but these errors were encountered: