aviaryan / Clipjump

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

CTRL-V: Toogle through stored clips does not work everywhere. #99

Open hoppfrosch opened 8 years ago

hoppfrosch commented 8 years ago

BUG:

Pressing V repeatedly within PASTE-Mode, Clipjump toogles through the list of stored clips and inserts the selected one.

Toggling through the Clips using V in PASTE-Mode does not work in some dialog boxes. I use for example TortoiseGit - when trying to cycle through the clips using V within one of TortoiseGits Dialog boxes, the tooltip (showing the current selected clip) does not show up and always the latest clip (maybe this is the one currently stored in the windows clipboard?) is inserted (no matter how often I press V in PASTE-Mode). Same applies for pressing C in PASTE-Mode in this dialog boxes ...

-> BUG: PASTE-Mode should work everywhere!