From c4b5eab8ee0396adab2f17fbb5cdd52bfc4ba9e5 Mon Sep 17 00:00:00 2001 From: Zhanghao Date: Sat, 19 Feb 2022 17:31:01 +0800 Subject: [PATCH] doc: Update README-zh.md (#343) --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index b4834a9..f886c59 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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