document how to use on inputs
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
@mightyiam
@daedelus-j Using on contentEditable elements is just the same as any element.
I'm not sure about inputs.
That worked for me:
combokeys.stopCallback = function(){
return false;
};
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...