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

_bug_catcher #29

Closed lexey111 closed 10 years ago

lexey111 commented 10 years ago

MacOS 10.9 (MBP Late 2013)

When I use "meta c" / "meta v" combinations I have error alert about unknown _receive_input" error in Listener.prototype._bug_catcher().

So I replaced [line 141]

return _receive_input(e, false);

by

return this._receive_input(e, false);

and it works now.

dmauro commented 10 years ago

Thanks for catching this. You're getting all my typos! :) Pushed a fix to development branch, going to release a 2.0.1 shortly, just looking into another bug as well.