Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

KnisterPeter/tastatur

Repository files navigation

tastatur

npm GitHub license Travis codecovCommitizen friendly Standard Version renovate badge

input and keyboard handling in javascript.

Build Status

DEPRECATED

tastatur is not maintained any longer

Usage

Installation

Install as npm package:

npm install tastatur --save

API

const tastatur = new exports.Tastatur();
tastatur.install();
tastatur.bind('ctrl+s', e => {
  // do something on callback...
});

Big Thanks

Development sponsored by Magicline.

Cross-browser Testing Platform and Open Source ❤️ Provided by Sauce Labs


(C) 2018 Markus Wolf