Commit dbdccee6 authored by Medicean's avatar Medicean

(Doc:LANG) ashelp 完善其它类型语言说明

parent 5fea93f0
......@@ -212,7 +212,17 @@ Hot Keys:
Ctrl =\t\tIncrease font
Ctrl -\t\tDecrease font
Ctrl L\t\tClean screen
Ctrl U\t\tClear the current row
Ctrl U\t\tClear the current line
 Ctrl A\t\tMove cursor to the beginning of the line
 Ctrl E\t\tMove cursor to the end of the line
 Ctrl F/B\t\tForward and backward (equivalent to the left and right direction keys)
 Ctrl P\t\tPrevious command
 Ctrl R\t\tSearch command history
 Ctrl D\t\tDelete the character of the current cursor
 Ctrl H\t\tDeletes the character before the cursor
 Ctrl W\t\tDelete the word before the cursor
 Ctrl K\t\tDelete to the end of the text
 Ctrl T\t\tExchange text at the cursor
`,
ascmd: (cmd) => antSword.noxss(`Will execute the command with ${cmd}.`),
aspowershell: {
......
......@@ -214,6 +214,16 @@ module.exports = {
Ctrl -\t\t縮小字體
Ctrl L\t\t清屏
Ctrl U\t\t清除當前行
Ctrl A\t\t光標到行首
Ctrl E\t\t光標到行尾
Ctrl F/B\t\t前進後退(相當於左右方向鍵)
Ctrl P\t\t上一條命令
Ctrl R\t\t搜索命令歷史
Ctrl D\t\t刪除當前光標的字符
Ctrl H\t\t刪除光標之前的字符
Ctrl W\t\t刪除光標之前的單詞
Ctrl K\t\t刪除到文本末尾
Ctrl T\t\t交換光標處文本
`,
ascmd: (cmd) => antSword.noxss(`將使用 ${cmd} 執行命令.`),
aspowershell: {
......
......@@ -214,6 +214,16 @@ module.exports = {
Ctrl -\t\t縮小字體
Ctrl L\t\t清屏
Ctrl U\t\t清除當前行
Ctrl A\t\t光標到行首
Ctrl E\t\t光標到行尾
Ctrl F/B\t\t前進後退(相當於左右方向鍵)
Ctrl P\t\t上一條命令
Ctrl R\t\t搜索命令歷史
Ctrl D\t\t刪除當前光標的字符
Ctrl H\t\t刪除光標之前的字符
Ctrl W\t\t刪除光標之前的單詞
Ctrl K\t\t刪除到文本末尾
Ctrl T\t\t交換光標處文本
`,
ascmd: (cmd) => antSword.noxss(`將使用 ${cmd} 執行命令.`),
aspowershell: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment