Skip to content

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

Notifications You must be signed in to change notification settings

jetwitaussi/Keypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 98.9%
  • Shell 1.1%