sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.95k stars 208 forks source link

Double click auto pastes when it should not #501

Closed darthglader closed 1 year ago

darthglader commented 1 year ago

Double clicking on an entry should load the entry into the clipboard. The user can then paste it where they want.

Currenltly the double clicked item is dumped where the cursor is. This is not cool.

amirasyraf commented 1 year ago

This behaviour can be modified.

Options -> General -> Advanced -> Paste clip in active window after selection = False

sabrogden commented 1 year ago

Or press ctrl-c to only copy the clip and not paste.

darthglader commented 1 year ago

Brilliant thanks. I think this option should not be buried so far in the options though, and personally i think it should default to False :-)