Skip to content

Commit

Permalink
Add tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Apr 8, 2024
1 parent fe94200 commit 806a6ac
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* [Home](/)
* [Home](/)
* [Tools](/tools.md)
Binary file added assets/ToolBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions tools.md
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`.
3 changes: 2 additions & 1 deletion zh-CN/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* [首页]()
* [首页]()
* [工具](tools.md)
17 changes: 17 additions & 0 deletions zh-CN/tools.md
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`:移除编辑器中的对象。

## 更改工具快捷键
你可以通过`配置>按键映射配置`更改工具对应的快捷键。

0 comments on commit 806a6ac

Please sign in to comment.