From 3eb4a737dde21b79b523c9757666da8831d3ad94 Mon Sep 17 00:00:00 2001 From: Zhanghao Date: Sat, 19 Feb 2022 16:09:39 +0800 Subject: [PATCH] update readme --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 27fe883b..7559b3fd 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