-
Notifications
You must be signed in to change notification settings - Fork 337
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
Minimum working patch to add AltGr + "#", "{", "[", "|", "`" and "\" tested on French keyboard #91
Comments
I found the bug :D To work this part of code need "ev.ctrlKey" without "ev.altKey" or reciprocally There is another equivalent code : "ev.ctrlKey and not ev.altKey" / "ev.altKey and not ev.ctrlKey" for the two "if". Diff with current master :
Working code :
|
Ok on Firefox NOK on Internet Explorer 11 :( |
The Pull-Request also fixes non-english issues. |
On French keyboard, I can't write the backslash, it back delete instead :
AltGr combined with [3] to [8] keys do not work
-> These is no "#", "{", "[", "|", "`" and "", this is anoying:(
But :
AltGt + 1 "~"
AltGt + 9 "^"
AltGt + 0 "@"
AltGt + ) "]"
AltGt + = "}"
Are OK
The text was updated successfully, but these errors were encountered: