ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

CCCCtrlC - simple multiple clipboard utility

(1/9) > >>

TPReal:
As a part of not-working on my MSc I decided to finally learn AHK and programme myself a little multiple clipboard tool, using an idea which came to my head a long time ago. Now that it works like I want it to work, I thought why not share with you, maybe someone is waiting for this kind of software :)

Here comes some description of the program:

CCCCtrlC

Simple multiple clipboard utility. Creates any number of additional clipboards
(called cccclipboards) and allows accessing them using normal keyboard shortcuts.

To put it simply

* Hold Ctrl+C to select a cccclipboard, and release to copy to it.
* Hold Ctrl+V to select a cccclipboard, and release paste from it.
Some more description
If you press Ctrl+C or any other clipboard shortcut (see below) and release it normally (without delay), then the regular clipboard is used for the operation. But if you hold the shortcut for a moment, in the bottom right corner of the screen you will see a clipboard selection info scrolling over cccclipboards. Release the keys and the action will be executed on the currently selected cccclipboard.

Supported clipboard manipulation shortcuts

* Ctrl+X, Ctrl+C, Ctrl+V
* Shift+Del, Ctrl+Ins, Shift+Ins
Special functions

* Ctrl+C+V - display this help
* Ctrl+X+C - display cccclipboards list; symbols on the list:

* C - data in cccclipboard
* _ - cccclipboard empty
* Ctrl+Ins+X - erase all cccclipboards (does not erase the primary clipboard)
* Ctrl+Ins+V - show / hide tray icon (right-click the icon for options)
Cccclipboard selection speed can be customised using command line parameter:
CCCCtrlC.exe initial_interval
where initial_interval is the cccclipboard switch time (the lower the faster, default value is 10 which is pretty fast).

Screenshot
Here I'm holding Ctrl+V. There is some data in cccclipboards number 1, 2, 4 and 6, and the selection is currently at cccclipboard 4. If I release Ctrl+V at this very moment, I'll paste from cccclipboard 4.



Edit on 2018-11-20

The old download link was broken, but I'm just attaching the exe and the source code. I'm not sure what version of AHK it was compiled on, but hopefully it can still compile!

The old exe still works on Windows 10. (Unfortunately I didn't find anything similar, or an easy way to create a similar program, for linux, and now I need to work mostly on linux.)

brotherS:
Wow, sounds interesting! :-) Are you planning to add a search function?

I'm currently using ClipX, but since it sometimes stops adding clipped text to its history I'm more or less searching for an alternative. But I need a search function.

yksyks:
... But I need a search function.
-brotherS (July 14, 2009, 07:54 AM)
--- End quote ---

Good search-as-you-type function has Ditto. The latest beta seems to be quite stable, too.

TPReal:
I'm not planning to add a search option because this program is intended to be as easy to use as possible, and I'm not going to add any GUI to it, save for the tooltip :) So probably it's not the tool you're looking for.

brotherS:
Ok, I'll test Ditto - thanks! :)

Navigation

[0] Message Index

[#] Next page

Go to full version