-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe94200
commit 806a6ac
Showing
5 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* [Home](/) | ||
* [Home](/) | ||
* [Tools](/tools.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Tools | ||
**Version 0.0.2** | ||
**Update: {docsify-updated}** | ||
|
||
## Tools And Functionality | ||
There are six tools in the tool bar: | ||
![Tool Bar](/assets/ToolBar.png) | ||
|
||
- Arrow`Alt+Q`: Select objects exist in the editor and edit them. | ||
- Hand`Alt+W`: Drag then move the view area. | ||
- Pencil`Alt+E`: Add or edit objects with left button, remove objects with right button. | ||
- Magic`Alt+A`: Edit objects in the editor, the functionality of this tool depends on the specific editor. | ||
- Scissors`Alt+S`: Split object in the editor. | ||
- Eraser`Alt+D`: Remove objects in the editor. | ||
|
||
## Change Tool Shortcut Keys | ||
You can change the shortcut keys of the tool through `Config > Key Mapping Config`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* [首页]() | ||
* [首页]() | ||
* [工具](tools.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 工具 | ||
**版本 0.0.2** | ||
**更新时间:{docsify-updated}** | ||
|
||
## 工具与功能 | ||
工具栏中共有六个工具: | ||
![工具栏](../assets/ToolBar.png) | ||
|
||
- 箭头`Alt+Q`:选择编辑器中的对象并进行编辑。 | ||
- 手`Alt+W`:拖动编辑器视图区域。 | ||
- 铅笔`Alt+E`:左键添加或编辑对象,右键移除对象。 | ||
- 魔棒`Alt+A`:编辑编辑器中的对象,此工具的功能取决于具体的编辑器。 | ||
- 剪刀`Alt+S`:分割编辑器中的对象。 | ||
- 橡皮`Alt+D`:移除编辑器中的对象。 | ||
|
||
## 更改工具快捷键 | ||
你可以通过`配置>按键映射配置`更改工具对应的快捷键。 |