1.1.0 ā€¢ Published 1 year ago

is-key-combo v1.1.0

Weekly downloads
201
License
MIT
Repository
github
Last release
1 year ago

is-key-combo

Greenkeeper badge

Do assertions on given key combos and events and returns true if match

Install

npm install is-key-combo

Usage

const isKeyCombo = require('is-key-combo');
const isValid = isKeyCombo(event, 'cmd+a');

Some sample combinations

  • cmd+a
  • cmd+shift+esc
  • alt+enter

Note that cmd applies both for Ctrl and āŒ˜ so it will be easier to handle combinations cross platform.

License

MIT

1.1.0

1 year ago

1.0.4

5 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago