adopted-ember-addons/ember-keyboard

What are the use cases for having all the different respond configurations and priority levels?

NullVoxPopuli opened this issue · 3 comments

j/w, as removing that stuff would clean up the code a ton, and I'm just not sure what those settings would be used for.

so, at least, in the _respond method, I have to preventDefault / stopPropagation before the runloop invocation in order to intercept certain keycodes from reaching the browser. I think this should be default :-\

I thought about this:
image
But this breaks some of the existing tests. :-\ so. idk.