CoreyHayward / PowerToys-Run-ClipboardManager

PowerToys Run Plugin enabling searching of the clipboard history and pasting the selected item.
MIT License
135 stars 5 forks source link

Clear Clipboard #6

Closed able16 closed 1 week ago

able16 commented 3 weeks ago

Possible to add Clear Clipboard to the list after activating with c:? Have it at the bottom of the stack and/or an option to invoke it with a PowerToys Run activation command like cc:.

CoreyHayward commented 3 weeks ago

Clipboard history is easily clearable via the Windows history (Windows key + V) then selecting clear all but I could potentially add a shortcut here too if you still think it would be useful, something like c: -c/--clear could work?

able16 commented 2 weeks ago

Yeah a hands-on shortcut would help greatly. Unless text input is foreground and active, it'll pop-up on the bottom right of the screen. The pause in workflow for those who spend 75% of their time with two hands on keyboard is enough to wonder why there isn't a shortcut for it in the first place, or why it's not drawn by the cursor.

I think the solution you proposed is good. It looks like c:- is ambiguous that it'll invoke it with those few keystrokes.

CoreyHayward commented 1 week ago

Hey @able16,

I have implemented this and its available in the latest release here

Thanks for the suggestion!