Skip to content

Commit 2ff1460

Browse files
committed
新增 英文 keybindings.md
1 parent 383c6e9 commit 2ff1460

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

en/Tutorial/keybindings.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
HBuilderX, 可以让您直接从键盘执行大多数任务。
1+
HBuilderX, allows you to perform most tasks directly from the keyboard.
22

3-
## 快捷键方案
3+
## Shortcut key scheme
44

5-
HBuilderX,预设了5种快捷键方案,分别为: `HBuilderX``VS Code``Sublime Text``IntelliJ Idea / Webstorm``Eclipse`
5+
HBuilderX has preset 5 shortcut key schemes, namely: `HBuilderX``VS Code``Sublime Text``IntelliJ Idea / Webstorm``Eclipse`
66

77
<img src="/static/snapshots/tutorial/keyboard.png" />
88

9-
## 自定义快捷键
9+
## Custom shortcuts
1010

11-
HBuilderX,所有键盘快捷键都可以通过`keybindings.json`文件进行自定义。
11+
In HBuilderX, all keyboard shortcuts can be customized through the `keybindings.json` file.
1212

13-
点击菜单【工具】【自定义快捷键】,可以打开自定义快捷键配置文件, 您可以在其中覆盖默认快捷键。
13+
Click the menu [Tools] [Custom Keybingdings] to open the custom shortcut key configuration file, where you can overwrite the default shortcut key.
1414

15-
快捷键,由`command``key`组成,如下图所示。
15+
Shortcut keys are composed of `command` and `key`.
1616

1717
<img src="/static/snapshots/tutorial/keyboard_set.png" style="zoom: 80%;"/>
1818

19-
知识点:[HBuilderX的快捷键理念](/Tutorial/Other/keybindings_idea)
19+
Knowledge points:[HBuilderX Shortcut key concept.](/Tutorial/Other/keybindings_idea)
2020

21-
## 鼠标滚轮
21+
## Mouse wheel
2222

23-
> HBuilderX 3.1.17+版本支持
23+
> HBuilderX 3.1.17+ version support
2424
25-
| |向上 |向下 |
26-
|-- |-- |-- |
27-
|Ctrl |放大 |缩小 |
28-
|Alt |向上滚动一屏 |向下滚动一屏 |
29-
|Shift |向左滚动3列 |向右滚动3列 |
30-
|Alt+Shift |向左滚动一屏 |向右滚动一屏 |
31-
|Ctrl+Alt |向左切换选项卡 |向右切换选项卡 |
25+
| |Up |Down |
26+
|-- |-- |-- |
27+
|Ctrl |Zoom in |Zoom out |
28+
|Alt |Scroll up one screen |Scroll down one screen |
29+
|Shift | Scroll left by 3 columns | Scroll right by 3 columns |
30+
|Alt+Shift |Scroll left one screen |Scroll right one screen |
31+
|Ctrl+Alt | Toggle tabs to the left | Toggle tabs to the right |
3232

33-
注意:MacoSX系统,ctrl对应的是command
33+
Note: MacoSX system, `ctrl` corresponds to `command`
3434

35-
## HBuilderX Command列表
35+
## HBuilderX Command List
3636

37-
[HBuilderX Command命令列表](Tutorial/Other/command)
37+
[HBuilderX Command List](Tutorial/Other/command)

en/_sidebar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* [uninstall](/Tutorial/uninstall.md)
77
* [OfflineInstall](/Tutorial/OfflineInstall.md)
88
* Get Start
9-
* [StartedTutorial](/Tutorial/StartedTutorial.md)
9+
* [StartedTutorial](/Tutorial/StartedTutorial.md)
10+
* [Keybindings](/Tutorial/keybindings.md)
1011
* [Plugins Install](Tutorial/PluginsInstall.md)
1112
* Languages
1213
* [Overview](/Tutorial/Language/Overview.md)

0 commit comments

Comments
 (0)