Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wan-dl committed Mar 30, 2023
1 parent 367f8e7 commit ffe60ee
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@

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

```
```json
{
"command": "extension.commentPattern",
"key": "Ctrl+Shift+/",
"macosx": "command+Shift+/"
}
```

## 自定义快捷键

HBuilderX 菜单【工具】【自定义快捷键】,可以自定义图案注释快捷键:

```json
{
"key": "",
"command": "extension.commentPattern"
}
```

0 comments on commit ffe60ee

Please sign in to comment.