¿Cómo configurar el administrador de archivos Krusader
para 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 + N
para copiar nombres al portapapeles Ctrl + Alt + P
y 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:
- Re: 'krusader-users' Copiar ruta completa del archivo
- Copiar la ruta completa del archivo
- Hacer que 'copiar nombres al portapapeles' sea más versátil y destacado (como en Total Commander)
- Acciones de usuario de Krusader
- Menú de acciones de usuario de Krusader
- Copie la ruta del archivo o el nombre del archivo al portapapeles (Total Commander)
- Copie la ruta actual al portapapeles o seleccione la barra de direcciones en Total Commander
- Comandante total para Linux