Copie nombres de archivos/rutas de archivos al portapapeles en Krusader como en Total Commander

Copie nombres de archivos/rutas de archivos al portapapeles en Krusader como en Total Commander

¿Cómo configurar el administrador de archivos Krusaderpara copiar nombres o rutas completas para archivos/directorios seleccionados como en Total Commander?

Pregunta relacionada:Acceso directo para seleccionar/copiar el directorio actual en el administrador de archivos Krusader

Respuesta1

Krusader-> Useractions->Manage User Actions...

Agregue dos nuevas acciones de usuario con la siguiente configuración:

Identifier: Copy Names
Title: &Copy Names
Command: %_Clipboard("%aList("Selected", "\n", "Yes", "", "No")%")%
Shortcut: Ctrl + Alt + N

Identifier: Copy Paths
Title: &Copy Paths
Command: %_Clipboard("%aList("Selected", "\n", "", "", "No")%")%
Shortcut: Ctrl + Alt + P

Krusader-> Settings->Configure Keyboard Shortcuts...

Remove duplicated Ctrl + Alt + P shortcut from 'Play/Pause Job' action
or user other shortcut.

Para verificar la configuración, seleccione varios archivos/directorios. Presione Ctrl + Alt + Npara copiar nombres al portapapeles Ctrl + Alt + Py copiar rutas.

Descripción de la configuración de comandos deAcciones de usuario de Krusader:

List - replaced by a list of all <first parameter>
    Parameter: Which items; either “All”, “Selected”, “Files” or “Dirs”
    Parameter (optional): Separator between the items. Default: “ ”
    Parameter (optional): Omit the current path. Default: no
    Parameter (optional): Filtermask (for all but “Selected”).
                          Default: *
    Parameter (optional): Automatic escape spaces. Default: yes
Select - manipulates the selection in a panel
    Parameter: Filtermask
    Parameter (optional): manipulate in which way; either “Set”,
                          “Add” or “Remove”. Default: “Set”
Clipboard - manipulates the clipboard
    Parameter: The text that should go to the clipboard 
               (you may want to use “%aCurrent%” here)
    Parameter (optional): Append the text to the current content
                          of the clipboard with this separator        

Enlaces relacionados:

información relacionada