Skip to content
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

Paste without copy to clipboard #670

Open
wisemike2 opened this issue May 8, 2024 · 1 comment
Open

Paste without copy to clipboard #670

wisemike2 opened this issue May 8, 2024 · 1 comment

Comments

@wisemike2
Copy link

wisemike2 commented May 8, 2024

When click on an entry from the list, it pastes it, but at the same time it loads it to the clipboard. Is there an option to paste it without copying it to the clipboard? (So whatever is currently in the clipboard doesn't get replaced by whatever was pasted using Ditto). Or if it could be added as a an option (feature request). Thanks.

@sabrogden
Copy link
Owner

That's how the normal pasting works from Ditto.

You can look into Copy Buffers, options - copy buffers. You can define a copy and paste key. With those keys you can copy and paste outside of the current clipboard contents (behind the scenes the contents of the clipboard is saved and restored).

image

So you can open Ditto select a clip and press Ctrl - num -, this will place that clip on copy buffer 1. Ctrl - V will paste what is on the clipboard. Press Ctrl - Num + will paste what is on copy buffer 1. Ctrl - V will still paste the original contents of your clipboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants