Ant*_*kat 5 shortcut-keys shortcuts krusader filemanager
如何配置文件管理器Krusader来复制选定文件/目录的名称或完整路径,如Total Commander?
Krusader-> Useractions->Manage User Actions...
使用以下配置添加两个新用户操作:
\nIdentifier: 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\nRun Code Online (Sandbox Code Playgroud)\nKrusader-> Settings->Configure Keyboard Shortcuts...
Remove duplicated Ctrl + Alt + P shortcut from \'Play/Pause Job\' action\nor user other shortcut.\nRun Code Online (Sandbox Code Playgroud)\n要检查配置,请选择多个文件/目录。按Ctrl + Alt + N复制到剪贴板名称,Ctrl + Alt + P复制路径。
Krusader UserActions的命令配置说明:
\nList - 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 \nRun Code Online (Sandbox Code Playgroud)\n相关链接:
\n