From 14272f6836d0d5e3fc753d8709fc563f2b11e91f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 23 Nov 2016 21:18:49 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85b52cb..f42778c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ hotkeys('*','wcj', function(e){ ## 支持的键 -`⇧`, `shift`, `option`, `⌥`, `alt`, `ctrl`, `control`, `command`, `⌘`。 +`⇧`, `shift`, `option`, `⌥`, `alt`, `ctrl`, `control`, `command`, `⌘`。 `⌘` Command() `⌃` Control @@ -88,7 +88,7 @@ hotkeys('*','wcj', function(e){ `space` 空格键 ## 修饰键判断 -可以对下面的修饰键判断 `shift` `alt` `option` `ctrl` `control` `command` +可以对下面的修饰键判断 `shift` `alt` `option` `ctrl` `control` `command`,特别注意`+`和`=`键值相同,组合键设置`⌘+=` ```js hotkeys('shift+a,alt+d, w', function(e){