dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Comparison with Mousetrap #61

Closed dandv closed 9 years ago

dandv commented 9 years ago

@ccampbell's Mousetrap is a pretty popular keyboard handling library, and was founded a little before Keypress.

Would be nice to add to the README the advantages of Keypress. (Mousetrap has a similar section called "Why Mousetrap").

Thanks!

dmauro commented 9 years ago

Mousetrap is intended to be more of a micro-library I think. Keypress is more specifically targeted at games. I actually do have a section right at the top of http://dmauro.github.io/Keypress/ titled "Why Keypress" that lists some of the more advanced features you might need for a game that Keypress supports.