Setting to clear current clipboard when clearing history · Issue #392 · p0deje/Maccy (original) (raw)

@p0deje

I don't have Windows, could you show screenshot and explain how it's implemented there?

@kotx

image

Pressing the "clear all" button clears the current clipboard as well as all history.

@kotx

@p0deje Just checking- does this make sense? I can provide more details if needed.

@p0deje

I'm not 100% sure that's the best way to have it. What if I copied something, then sometime later I open Maccy, and clear its history. Now I don't have anything on the clipboard. Would I really want that?

Introducing such side effects can be useful to some users but harmful to others. I wonder if there is any way to make it more obvious to the user.

@kotx

Ah yeah, I was just suggesting a setting for it, for people to opt in if they wanted to- or, there can be a separate button to clear all? That might be better.

@p0deje

I would happily merge PR adding this. There should be a new checkbox called "Clear the system clipboard too" in the "Advanced" preferences tab with the explanation that when enabled, clearing the history would also clear the current system clipboard.

p0deje pushed a commit that referenced this issue

Oct 27, 2022

@andrewpeal @p0deje

Implements #392 via #470

Co-Authored-By: andrewpeal <108129682+andrewpeal @users.noreply.github.com>

@kotx

Oh, whoops, seems this is resolved through that PR now? Thanks!