KeyboardJS Versions Save

A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.

v2.6.2

3 years ago

No breaking changes, but a big update to the build system, which is now using rollup. The source code is also now ES6 based. This also fixed a few nasty bugs that were reported.

v2.3.3

7 years ago

Fixes issues caused by empty combos.

v2.3.0

7 years ago
  • Fix combo sorting
  • Add dist to npm package

v2.3.1

7 years ago

Update the dist

v2.2.0

7 years ago

Added withContext() method.

v2.1.1

8 years ago
  • Added bindings without combos
  • Added e.pressedKeys
keyboardJS.bind(function(e) {
  e.pressedKeys
});

v2.0.2

8 years ago

Fixes kill key codes

v2.0.1

8 years ago

Fix issue where a missing window argument would cause an exception.

v2.0.0

8 years ago

A complete rewrite; KeyboardJS v2.0.0 brings a bunch of new features and an overall improved architecture, unit tested architecture.

v0.4.3

8 years ago