jetwitaussi / Keypress

A keyboard input capturing utility in which any key can be a modifier key.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keypress

Version 1.0.6

Keypress is a robust keyboard input capturing Javascript utility focused on input for games. For details and documentation, please visit http://dmauro.github.io/Keypress/

Copyright 2012 David Mauro released under the Apache License, version 2.0

What's new

1.0.6

  • Fixed a bug with exclusive combos not properly excluding each other in some cases.
  • Feature added to allow for combos that do not fire if unrelated keys are also pressed ("is_solitary" boolean).

TODO

  • Find a good testing solution.
  • Put negative edge in sequences.
  • Improve is_exclusive performance

About

A keyboard input capturing utility in which any key can be a modifier key.


Languages

Language:CoffeeScript 98.9%Language:Shell 1.1%