aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
383 stars 61 forks source link

Add "pop" from channel #78

Closed blokeley closed 8 years ago

blokeley commented 9 years ago

If a channel is a stack, then Ctrl+V performs a "peek" (the item is left on the channel).

Could it be made that, if the user also holds Shift when releasing Ctrl, a "pop" is performed so that the pasted item is removed from the channel?

I often have a stack of one-off pastes to do.

aviaryan commented 9 years ago

This is a nice idea. I will try to implement something similar.

aviaryan commented 8 years ago

I just implemented it and it works the same way you suggested. Thank you for a good idea. One thing to note here is that the user should release Shift after Ctrl for this to work.