Can I make Fastcopy default copy operation to replace window copy, like what Teracopy does ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The program has to actually support that feature. Or you can write your own shell extension.

But since the source code is available, you can modify it.

link|improve this answer
Now I only can copy and paste after right-click. Can I copy and paste with Ctrl-C and Ctrl-V like Teracopy ? – ITFan Dec 17 '11 at 1:47
Again, The program has to support it. More specifically, Fast Copy has to have a shell extension in order to support that functionality. – surfasb Dec 17 '11 at 3:48
Not just a shell extension, FastCopy has that, but it has to implement a copy handler and override Explorer. – afrazier Dec 18 '11 at 16:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.