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

DonationCoder.com Software > Post New Requests Here

IDEA: multiple clipboards depending of times you press c (or x/v)

(1/2) > >>

foaly:
There are various multiple clipboard programs out there but I'm looking for someone that works like this:
ctrl-x cuts to first clipboard
ctrl-c-c copys to second clipboad
ctrl-v-v-v pastes from third clipboard

most clipboard programs let you scroll trough them, but I'd like it to be that if you press ctrl-c-c and
after that again ctrl-c-c the second clipboard contains the last selected text and the text that was
on the second clipboard gets lost.

I've got a feeling this shouldn't be to hard using autohotkey, but I can't get it to work...

Steven Avery:
Hi Folks,

  I don't code in Autohotkey, but might it be simpler if you use
Ctrl-1 and Ctrl-2 and Ctrl-3 .. or a-b-c or z-x-c (the bottom rung) rather than try to hold the keyboard input for a second "c" ?

  Clipboard managers are inherently cumbersome without multiple clips, like you suggest. Since you have to bring up the manager, find and choose the cilp you want.

  So the idea is really fine.  In one implementation Ctrl-4 or Cntrl-d would be the master key that would bring up a choice screen of the three clipboards, and yes .. there might be some saving of clip history on each one.  Is there a clipboard manager that works with a paradigm of multiple concurrent boards ?  Dunno. 

Shalom,
Steven Avery

foaly:
Hi Folks,
I don't code in Autohotkey, but might it be simpler if you use
Ctrl-1 and Ctrl-2 and Ctrl-3 .. or a-b-c or z-x-c (the bottom rung) rather than try to hold the keyboard input for a second "c" ?
-Steven Avery (June 07, 2009, 03:56 PM)
--- End quote ---

It would! A lot easier! Wouldn't be as easy to use though, and might interfere with other hotkeys...

Steven Avery:
Hi Folks,

Is there a NirSoft style global hot-key utility finder ?  If so, that would tell you at a glance if you have any clashes.

So why not test your idea with Ctr-Shf-1 and 2 and 3, something like that. Make sure it works.  Then your issue is simply a keyboard reading issue, can you hit a key twice for keyboard input, which you can bring up on the Autohotkey forums as well as here.  Make sure you only have one variable at issue, reading a double key.  (If you really want to go that way.)

Shalom,
Steven Avery

rjbull:
  Clipboard managers are inherently cumbersome without multiple clips, like you suggest. Since you have to bring up the manager, find and choose the cilp you want.
-Steven Avery (June 07, 2009, 03:56 PM)
--- End quote ---

Not necessarily.  Some of them, e.g. ClipCache and ArsClip, allow you to assign hotkeys that will move you up or down the clip stack, showing you a tooltip of the current clip as you go.

Navigation

[0] Message Index

[#] Next page

Go to full version