Skip to content

Commit

Permalink
doc: Update README-zh.md (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro authored Feb 19, 2022
1 parent 7a3c36d commit c4b5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ hotkeys.setScope('scope1');

`hotkeys.unbind()` 解除绑定的所有快捷键
`hotkeys.unbind("ctrl+o, ctrl+alt+enter")` 解除绑定两组快捷键
`hotkeys.unbind("ctrl+o","files")` 解除绑定名字叫files钟的一组快捷键
`hotkeys.unbind("ctrl+o","files")` 解除绑定名字叫files的区域范围中的一组快捷键


```js
Expand Down

0 comments on commit c4b5eab

Please sign in to comment.