Skip to content

Commit

Permalink
(Doc:LANG) ashelp 完善其它类型语言说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Apr 8, 2019
1 parent 5fea93f commit dbdccee
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
12 changes: 11 additions & 1 deletion source/language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
10 changes: 10 additions & 0 deletions source/language/zh_hk.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
10 changes: 10 additions & 0 deletions source/language/zh_tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit dbdccee

Please sign in to comment.