is-key-combo
v1.1.0
Published
checks if event is key combo
Readme
is-key-combo
Do assertions on given key combos and events and returns true if match
Install
npm install is-key-comboUsage
const isKeyCombo = require('is-key-combo');
const isValid = isKeyCombo(event, 'cmd+a');Some sample combinations
cmd+acmd+shift+escalt+enter
Note that cmd applies both for Ctrl and ⌘ so it will be easier to handle combinations cross platform.
License
MIT
