Save selection to clipboard

From TotalcmdWiki
Revision as of 18:36, 16 July 2008 by Jan.tomsa (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)