Skip to content
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

Some keys don't work. #3

Open
ieure opened this issue Apr 15, 2010 · 1 comment
Open

Some keys don't work. #3

ieure opened this issue Apr 15, 2010 · 1 comment

Comments

@ieure
Copy link

ieure commented Apr 15, 2010

This code doesn't work, because the punctuation keys to the right of the numerics above the QWERTY can't be bound:

chars = ['-', '_', 'shift+=', '+'];
for (i in chars) {
    var this_char = chars[i];
    $(document).bind('keyup', chars[i], function(event) {
        console.debug("Pressed " + this_char);
    });
}
@tuzemec
Copy link

tuzemec commented Apr 28, 2010

I think some of specialKeys mappings are messed up.
For example - in the current code "." is mapped to 110, but in fact it's 190.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants