Skip to content

Commit ffe60ee

Browse files
committed
update readme.md
1 parent 367f8e7 commit ffe60ee

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@
44

55
当然,您也可是通过快捷键触发,默认快捷键如下:
66

7-
```
7+
```json
88
{
99
"command": "extension.commentPattern",
1010
"key": "Ctrl+Shift+/",
1111
"macosx": "command+Shift+/"
1212
}
13+
```
14+
15+
## 自定义快捷键
16+
17+
HBuilderX 菜单【工具】【自定义快捷键】,可以自定义图案注释快捷键:
18+
19+
```json
20+
{
21+
"key": "",
22+
"command": "extension.commentPattern"
23+
}
1324
```

0 commit comments

Comments
 (0)