|
1 | | -HBuilderX, 可以让您直接从键盘执行大多数任务。 |
| 1 | +HBuilderX, allows you to perform most tasks directly from the keyboard. |
2 | 2 |
|
3 | | -## 快捷键方案 |
| 3 | +## Shortcut key scheme |
4 | 4 |
|
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` |
6 | 6 |
|
7 | 7 | <img src="/static/snapshots/tutorial/keyboard.png" /> |
8 | 8 |
|
9 | | -## 自定义快捷键 |
| 9 | +## Custom shortcuts |
10 | 10 |
|
11 | | -HBuilderX,所有键盘快捷键都可以通过`keybindings.json`文件进行自定义。 |
| 11 | +In HBuilderX, all keyboard shortcuts can be customized through the `keybindings.json` file. |
12 | 12 |
|
13 | | -点击菜单【工具】【自定义快捷键】,可以打开自定义快捷键配置文件, 您可以在其中覆盖默认快捷键。 |
| 13 | +Click the menu [Tools] [Custom Keybingdings] to open the custom shortcut key configuration file, where you can overwrite the default shortcut key. |
14 | 14 |
|
15 | | -快捷键,由`command`和`key`组成,如下图所示。 |
| 15 | +Shortcut keys are composed of `command` and `key`. |
16 | 16 |
|
17 | 17 | <img src="/static/snapshots/tutorial/keyboard_set.png" style="zoom: 80%;"/> |
18 | 18 |
|
19 | | -知识点:[HBuilderX的快捷键理念](/Tutorial/Other/keybindings_idea) |
| 19 | +Knowledge points:[HBuilderX Shortcut key concept.](/Tutorial/Other/keybindings_idea) |
20 | 20 |
|
21 | | -## 鼠标滚轮 |
| 21 | +## Mouse wheel |
22 | 22 |
|
23 | | -> HBuilderX 3.1.17+版本支持 |
| 23 | +> HBuilderX 3.1.17+ version support |
24 | 24 |
|
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 | |
32 | 32 |
|
33 | | -注意:MacoSX系统,ctrl对应的是command |
| 33 | +Note: MacoSX system, `ctrl` corresponds to `command` |
34 | 34 |
|
35 | | -## HBuilderX Command列表 |
| 35 | +## HBuilderX Command List |
36 | 36 |
|
37 | | -[HBuilderX Command命令列表](Tutorial/Other/command) |
| 37 | +[HBuilderX Command List](Tutorial/Other/command) |
0 commit comments