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

Listener method missing #86

Closed ginna-baker closed 9 years ago

ginna-baker commented 9 years ago

I made an input directive that is supposed to stop the library from listening when an input is focused, but it has no effect. The stop_listening() method that is supposed to be on my listener is not there. Perhaps deprecated? What do you suggest?

ginna-baker commented 9 years ago

Just solved the problem using the method _prevent_default. The docs for the library should be updated with this.

dmauro commented 9 years ago

The method is there. I'd recommend debugging your code rather than hacking around the issue because other issues will probably pop up.