is-key-combo

1.1.0 • Public • Published

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

/is-key-combo/

    Package Sidebar

    Install

    npm i is-key-combo

    Weekly Downloads

    674

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    5.31 kB

    Total Files

    7

    Last publish

    Collaborators

    • nescalante