Commit Graph

47 Commits (05fb913965b6c151f9c09ccf6ce929128aa876f9)

Author SHA1 Message Date
jaywcjlove efb4950562 Fix the issue of 2 and 3 key combinations. #55 6 years ago
jaywcjlove b0f5d3c838 Support for three-key combination. #55 6 years ago
jaywcjlove ada36f9cf3 Fix the issue of the callback function twice. #58 6 years ago
jaywcjlove c48a2d4a23 option add keyup parameter. #57 6 years ago
Spencer P d5f93601a9 Fix unbind with Method (#54)
* add failing test to address #53

* add fix for #53
6 years ago
jaywcjlove fe2dd3c6fe feat: Unbind events through functions. #44 6 years ago
jaywcjlove f6fb2f377c Use object destructuring errors from ESLint. #37 7 years ago
ioslh f65fd00dca Update main.js 7 years ago
jaywcjlove 69a7267f81 Fix #36 can't detect shift alone. 7 years ago
jaywcjlove a527487d44 fix #28 Compatible with IE. 7 years ago
jaywcjlove d37d855842 Fix #24 isPressed method issue. 7 years ago
jaywcjlove 0cad93cc6f feat: Specifying HTMLElement binding event. 7 years ago
jaywcjlove 5c15395fc5 Add ESLint. 7 years ago
jaywcjlove 35da6d4dce chore: Code format. 7 years ago
jaywcjlove c83297b201 feat: Build ES Module. 7 years ago
jaywcjlove 532fb704e5 Fixed getMod pass parameter error. 7 years ago
jaywcjlove 4a4ee826a8 Fixed compareArray function is not exported. 7 years ago
jaywcjlove 913a8172bb Fix function does not exist. 7 years ago
jaywcjlove 717506f621 Rebuild code. 7 years ago
jaywcjlove 516287ac8f Support insert key. 7 years ago
Cédric Lesquir 49c6aef757 Fix for autofill in Chrome
`e` variable was not defined in the fallback for `event.keyCode` - To reproduce, have an autofilled input in chrome
7 years ago
jaywcjlove 1f93969dd4 #16 global variables checking for server-side render 7 years ago
Egor Sharapov 7311320d76 check navigator variable for existence
throws error while try to prerender the page, using preact-cli for example
7 years ago
jaywcjlove 52eb11acae #13 Fixed The backsapce don't work. 8 years ago
jaywcjlove cc4aa9f1f4 Code formatting. 8 years ago
jaywcjlove 7245edc4c6 Fix the error for the parameter is empty. 8 years ago
blackcater 30523a7406 码整理文案bug修复
1. 修改`compareArray` 等,用来支持 `cmd+command+c` 这种重复修饰符写法支持
2. 修改`getMods` 用来增加对`Command + A`这种大写名称的支持
3. 修改`getKeys`,用来增加对`cmd+,,,`等特殊写法支持
4. 修改`README.md`
4.  对代码格式进行了调整
8 years ago
jaywcjlove 52b6cce2e1 Add supporte keys;Fixed bug; 8 years ago
jaywcjlove 6cc963786c fixed Syntax error 8 years ago
jaywcjlove 2c75ceadf3 keyCode get compatibe. 8 years ago
jaywcjlove 8284e95a26 gulp ->> npm scripts😄 8 years ago
jaywcjlove db161b3e60 Repair variable declarations bug 8 years ago
jaywcjlove 948a08a31a support firefox,Redundant code 8 years ago
jaywcjlove 92e3a9ba11 Support Firefox 8 years ago
jaywcjlove 92fa0c2be6 grunt换成gulp;将umd通过插件生成; 9 years ago
jaywcjlove ce8c8e1f09 fix #1 修复Array的indexOf方法判断错误 9 years ago
jaywcjlove 0d6ff9efcb 修复keydown事件的event参数为传递给eventHandler 10 years ago
jaywcjlove 23d5016573 暴露删除区域范围标记接口deleteScope 10 years ago
jaywcjlove 964038e171 添加对所有摁键执行任务功能 10 years ago
jaywcjlove 3ee6398fe9 添加deleteScope方法 10 years ago
jaywcjlove 3fc8b13ea8 修复清除修饰键bug 10 years ago
jaywcjlove 3a57000d86 form controls filter. 10 years ago
jaywcjlove 447d9bcb6c IE add support for indexOf method. 10 years ago
jaywcjlove a6d86bc43c Add unbind method . 10 years ago
jaywcjlove df91cd6276 添加getPressedKeyCodes获取摁下键值 10 years ago
jaywcjlove 3554dd67f3 添加isPressed方法判断某键是否为当前摁下的键 10 years ago
jaywcjlove 5ed5d57a9b add hotkeys 10 years ago