Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
dbdccee6
Commit
dbdccee6
authored
Apr 08, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Doc:LANG) ashelp 完善其它类型语言说明
parent
5fea93f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
1 deletion
+31
-1
en.js
source/language/en.js
+11
-1
zh_hk.js
source/language/zh_hk.js
+10
-0
zh_tw.js
source/language/zh_tw.js
+10
-0
No files found.
source/language/en.js
View file @
dbdccee6
...
...
@@ -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
:
{
...
...
source/language/zh_hk.js
View file @
dbdccee6
...
...
@@ -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
:
{
...
...
source/language/zh_tw.js
View file @
dbdccee6
...
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment