-
Notifications
You must be signed in to change notification settings - Fork 203
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
Send a clip to OS (Windows) clipboard #574
Comments
Ditto send clip to OS clipboard when you copy clip in quick list. In general OS clipboard clip and Ditto clip(latest) is equal (unless you don't disconnect clipboard with Ditto or something else) So, I think your common issue case seems about older clips in Ditto. It's a unnecessary addition, but the Send To function is actually a transfer function over a network, so it's a little out of context with what you said. |
Hi @PzaThief Indeed, this issue is about "older clips". Can you clarify what you mean by "quick list"? |
Ah, I mean Quick paste list that popped up when you use Activate Ditto shortcut (or just click tray icon). |
Thanks @PzaThief , but that does not work, with either 3.24.214.0 or 3.24.246.0 (the current version). |
Could you let me know how did you try? |
Of course:
This results in the contents of clip #1 being pasted, rather than #2's.
Thanks. I did not try with Eclipse IDE (I used Firefox on GitHub). |
Oh. I made a communication error. lol |
Ah, well thanks anyway @PzaThief but I do not want to paste the clip. This issue is about sending a clip to the OS clipboard. |
paste is optional. if you copy clip item in list, the clip will be sent to OS clipboard. |
I am sorry but that does not work. If I click an item, nothing happens. If I click it a second time, nothing more happens (Ditto still remains open). |
copy the item after click. click is just select step, so now you need to copy it. |
The clips are already copied (that is how they were added in Ditto). What I am asking is a way to send an "old clip" to the operating system's clipboard. |
Yes. it's what you want. if you copy the clip again, Ditto will send it to OS and do not copy again. |
Sorry, I cannot make sense of your sentence. |
@Chealer maybe like this: (by the way i change Ditto shortcut ShareX-3052.mp4 |
Ooooohh😮, that's a lot clearer @ariefcfa , thank you! That does work for me. |
@Chealer no worries :).
i think so
i tested it, and it can be used with the mouse. for example: ShareX-3056.mp4 |
Oooh😮, I see, thanks again @ariefcfa |
Some applications can read the OS clipboard for a purpose other than pasting. For example, the Eclipse IDE's Open from clipboard feature (
Ctrl
+Shift
+V
) opens a symbol matching the clipboard's content.Although Eclipse could arguably offer a dialog to search with a regular text input, Ditto could facilitate using such features by offering a feature to move a clip to the Microsoft Windows clipboard. That way, even if a clip's content is not in the clipboard, it would be efficient to use it.
With Eclipse, one could:
Apps/Menu
Ctrl
+Shift
+V
Ditto unfortunately does not allow this as of version 3.24.246.0.
The text was updated successfully, but these errors were encountered: