David Mauro

Results 38 comments of David Mauro

So all combos will prevent the default behaviors by default (the prevent_default is for all constituent keys). It looks like the browser is doing some magic and doesn't like that...

No. I'm not very focused on this right now because I've been pretty happy about where it's at. But if someone wants to write support to offer custom keyboard mappings,...

This is a great idea, but gonna hold off until I get this new version out.

Sorry for the super late response. If you'd like to submit a PR that would be great. It sounds like you know more about this particular case than I do.

I am also seeing this. I'll check it out. Thanks for the heads up.

The problem here is that you cannot hit a shifted key (~) and a non-shifted key (1) in the same combo because one requires shift to be pressed, and the...

Oh interesting, I'll try that out.

I can't reproduce this issue in the same way in Chrome at least. Try this for tilde + a + 1: 1) Hold shift 2) Press and release tilde 3)...

If you take a look at the source file, you'll see I had something similar for handling the user alt+tabbing: ``` @blur_event = attach_handler window, "blur", => # Assume all...