Ray Yee

Results 3 comments of Ray Yee

我觉得可以过滤掉 **229** keyCode [171行](https://github.com/jaywcjlove/hotkeys/blob/master/src/main.js#L171) 改成 ``` // 搜集绑定的键 if (_downKeys.indexOf(key) === -1 && key != 229) _downKeys.push(key); ```

@jaywcjlove Chrome就可以,弹出输入法,就是例如 搜狗或QQ 输中文的时候 会有一个下拉列表的时候,这个时候会收到这个 229 事件

It will be happen when you set the form in the iframe. v.v