-
Notifications
You must be signed in to change notification settings - Fork 40
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
shift + '?' on german keyboard not working in FF 3.6.13 #4
Comments
We would like to add support for other keyboards through a 4th parameter called Once I get this working would you be up for sending me a new JSON packet with German keys so I could include a separate directory containing other layouts? :) |
Of course, gladly. And some other european ones, as well. |
Great! I'll try to implement that tomorrow, or maybe sometime this week and ping ya again :) |
So, i finally added it in, but I'm not 100% sure about the syntax. It'd look like this:
Or, my suggestion would be to use it like: Basically, we setup a var with all the new key mappings and then pass with each call you wanna overwrite it with. What do you think? It's working now and if you think it works I can push an update! |
Well, one could argue the need of passing in the localization var over and over again, it could be bothering when the locale var is out of scope for instance. I would pass it into the jkey config in some kind of constructor of init method. |
Ah, you can try out here what your keyboard code js has detected, and this also leeds to a new bug, this time in FF. On http://www.webonweboff.com/tips/js/event_key_codes.aspx#instant-test you can test your input. Safari will give back '189', while FF states '0' as keyboard code. Could also be a bug in those script running on webonweboff, though. Where can I pull the code that enables me to use the upper syntax you suggested? Is it available already or could you send me a patch? |
Does not work in Firefox 3.6.13 / Mac OS X with a german keyboard. The keyUp-Code that jquery receives when I press the ?-Button is 223. Sadly, I couldnt find any assigned key name at the beginning of the jkey source.
Otherwise, thank you for the good script. Just what I needed.
Michael
The text was updated successfully, but these errors were encountered: