aviaryan / Clipjump

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

Allow 'Ctrl + Shift + V' to enter in paste mode #54

Closed maximelebreton closed 10 years ago

maximelebreton commented 10 years ago

Hi Avi, and thank you for your awesome job, this is the perfect multiple clipboard!

I have only one suggestion, i like to have instant paste when i press Ctrl+V, and with the paste mode, there is a little latency because you have to release the Ctrl key to paste.

So i would like to assign the paste mode to a Ctrl+Shift+V instead of Ctrl+V, but it's not allowed in settings...

Is this possible?

Thx!

aviaryan commented 10 years ago

If you assign Ctrl+Shift+V, how will you like to perform the paste action ? By releasing Ctrl and Shift or something else ..

You can create a hotkey Ctrl+Shift+V to open paste mode using ClipjumpCustom but then you will have to release Shift to act further. Here's a sample code

[paste_mode_new]
bind = Ctrl + Shift+ V
run = paste
maximelebreton commented 10 years ago

Yes, but i just want to keep the classic Ctrl + V for speed, and when i need advanced functions, using the paste mode with Ctrl + Shift + V So your solution is just perfect for me!

Thank's a lot Avi, I was looking for this for a long time, tried TenClips, Ditto and many others, and you made the ideal tool ;)