Save selection to clipboard: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(New page)
 
No edit summary
 
Line 2: Line 2:


Perhaps it would be possible to add a similar option '''Save selection to clipboard'''? It could save users some operations (finding place for the file, loading file, deleting file).
Perhaps it would be possible to add a similar option '''Save selection to clipboard'''? It could save users some operations (finding place for the file, loading file, deleting file).
----
Solution:
Could be accomplished by adding custom function '''cm_CopyFullNamesToClip''' to the menu (see [[User-defined_commands]]).
Peronally I prefer binding this function to keys ''Ctrl+Shift+C''.
There is even a function to do the same with network paths '''cm_CopyNetNamesToClip'''.
I have it on ''Ctrl+Alt+Shift+C'' which is not quite easy to press simultaneously but I don't use that very often.
--[[User:Jan.tomsa|Jan.tomsa]] 14:36, 16 July 2008 (EDT)

Latest revision as of 18:36, 16 July 2008

In menu Mark, there is the option Save selection to file.

Perhaps it would be possible to add a similar option Save selection to clipboard? It could save users some operations (finding place for the file, loading file, deleting file).


Solution: Could be accomplished by adding custom function cm_CopyFullNamesToClip to the menu (see User-defined_commands). Peronally I prefer binding this function to keys Ctrl+Shift+C.

There is even a function to do the same with network paths cm_CopyNetNamesToClip. I have it on Ctrl+Alt+Shift+C which is not quite easy to press simultaneously but I don't use that very often. --Jan.tomsa 14:36, 16 July 2008 (EDT)