keyboard-shortcuts:键盘快捷键

时间:2021-05-13 06:33:11
【文件属性】:
文件名称:keyboard-shortcuts:键盘快捷键
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-13 06:33:11
JavaScript 键盘快捷键 键盘快捷键 import Keys , { getKeyCombo } from 'keyboard-shortcuts' ; const key = Keys . c ; // Symbol(c) Keys [ key ] ; // 'c' const event = { altKey : false charCode : 99 ctrlKey : false keyCode : 99 keyIdentifier : "U+0043" metaKey: false shiftKey : false timeStamp : 1440844681923 type : "keypress" which : 99 } ; getKeyCombo ( event ) ; // Symbol(c)
【文件预览】:
keyboard-shortcuts-master
----.gitignore(552B)
----README.md(847B)
----LICENSE(1KB)
----.eslintrc(30B)
----package.json(1KB)
----test-setup.js(139B)
----src()
--------__tests__()
--------index.js(500B)
----.babelrc(35B)
----.eslintignore(13B)
----.npmignore(22B)
----.travis.yml(141B)
----.editorconfig(197B)

网友评论