-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document how to use on inputs #7
Comments
@daedelus-j Using on I'm not sure about inputs. |
That worked for me:
http://stackoverflow.com/questions/21013866/mousetrap-bind-is-not-working-when-field-is-in-focus |
@HaNdTriX ya I had to overwrite it. Should add to docs tho. Just not sure why it's there I guess |
A patch for some better documentation of this issue is welcome. But, really, we have no docs in this spork... |
had to debug a little bit to find this:
https://github.com/mightyiam/combokeys/blob/master/Combokeys/prototype/stopCallback.js#L19
"Allows you to set global bindings that work even inside of input fields."
not clear how this works. want to use some of this stuff on inputs and contenteditable
The text was updated successfully, but these errors were encountered: