tastatur
input and keyboard handling in javascript.
tastatur is not maintained any longer
Install as npm package:
npm install tastatur --save
const tastatur = new exports.Tastatur();
tastatur.install();
tastatur.bind('ctrl+s', e => {
// do something on callback...
});
Development sponsored by Magicline.
Cross-browser Testing Platform and Open Source ❤️ Provided by Sauce Labs
(C) 2018 Markus Wolf