📄 textshell.rc
字号:
#include "TextShell.Inc"
STRINGTABLE
{
SShellClosing, "Closing Shell..."
SShellHelpTitle, "shell can process following commands (names are case sencetive):"
SBadDirName, "Bad directory: %s"
SCloseHint, "close the shell"
SHelpHint, "Show list of available commands"
SDirHint, "Display list of files in a folder"
SChDirHint, "Change directory"
SUnkCommand, "unknown command '%s'"
SException, "Exception %s : %s"
SUnkException, "Unknown exception"
SAddError, "could not add command '%s'"
SMultiInstance, "Only one instance of the command shell is allowed"
SNoFile, "No file specified"
SNoFileExists, "File %s does not exist"
SCOntinuePrompt, "--- (C)ontinue or E(x)it? -------"
STypeHint, "View file"
SDeletePrompt, "Delete file %s ? (y/n):"
SDelError, "Could not delete file %s"
SDelHint, "Remove file(s)"
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -