Ant*_*kat 6

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

\n

使用以下配置添加两个新用户操作:

\n
Identifier: Copy Names\nTitle: &Copy Names\nCommand: %_Clipboard("%aList("Selected", "\\n", "Yes", "", "No")%")%\nShortcut: Ctrl + Alt + N\n\nIdentifier: Copy Paths\nTitle: &Copy Paths\nCommand: %_Clipboard("%aList("Selected", "\\n", "", "", "No")%")%\nShortcut: Ctrl + Alt + P\n
Run Code Online (Sandbox Code Playgroud)\n

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

\n
Remove duplicated Ctrl + Alt + P shortcut from \'Play/Pause Job\' action\nor user other shortcut.\n
Run Code Online (Sandbox Code Playgroud)\n

要检查配置,请选择多个文件/目录。按Ctrl + Alt + N复制到剪贴板名称,Ctrl + Alt + P复制路径。

\n

Krusader UserActions的命令配置说明:

\n
List - replaced by a list of all <first parameter>\n    Parameter: Which items; either \xe2\x80\x9cAll\xe2\x80\x9d, \xe2\x80\x9cSelected\xe2\x80\x9d, \xe2\x80\x9cFiles\xe2\x80\x9d or \xe2\x80\x9cDirs\xe2\x80\x9d\n    Parameter (optional): Separator between the items. Default: \xe2\x80\x9c \xe2\x80\x9d\n    Parameter (optional): Omit the current path. Default: no\n    Parameter (optional): Filtermask (for all but \xe2\x80\x9cSelected\xe2\x80\x9d).\n                          Default: *\n    Parameter (optional): Automatic escape spaces. Default: yes\nSelect - manipulates the selection in a panel\n    Parameter: Filtermask\n    Parameter (optional): manipulate in which way; either \xe2\x80\x9cSet\xe2\x80\x9d,\n                          \xe2\x80\x9cAdd\xe2\x80\x9d or \xe2\x80\x9cRemove\xe2\x80\x9d. Default: \xe2\x80\x9cSet\xe2\x80\x9d\nClipboard - manipulates the clipboard\n    Parameter: The text that should go to the clipboard \n               (you may want to use \xe2\x80\x9c%aCurrent%\xe2\x80\x9d here)\n    Parameter (optional): Append the text to the current content\n                          of the clipboard with this separator        \n
Run Code Online (Sandbox Code Playgroud)\n

相关链接:

\n\n