keycombo

v1.0.0
detect key combinations
key combinations key combos key events key commands

keycombo

tiny key combination detection library

Usage

var keycombo = require('keycombo')(window);
var keycode = require('keycode');
var combo = [keycode('Command'), keycode('R')]; // == [91, 82]

keycombo.on(combo, function() {
  console.log('you hit Command+R');
});
npm i keycombo

Metadata

  • MIT
  • Whatever
  • Mark Vayngrib
  • released 3/24/2019

Downloads