-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Backslash key on German keyboard has no effect #4096
Comments
Yeah, based on #4079 (comment) I think we may be misinterpreting the keys which are generated with Alt Gr. |
I haven't been able to figure out why Alt Gr combos are not working in iD. I had a few people test in IRC this morning, but nothing stood out as being an issue. If you find that there is a key you can not type, can you go to this page https://codepen.io/bhousel/details/dRGpbO/ and type the key and let me know all of the output, also let me know your browser and OS and what kind of keyboard you have. |
Keyboard layout: Swedish
|
Awesome thanks @magol I think what I want to do is if both are present to pretend neither are present. It means we can't define a keyboard shortcut in iD that uses both Alt and Ctrl but that's ok because we don't use Alt for anything right now other than disabling the point snapping in draw modes. |
@magol , @manfredbrandl I just pushed an update for this.. |
[, ] and \ do works now 👍 { and } do still not works 😖 Really close now 😃 |
Thanks, I just realized now that we did not have these keys in the code even though they were in the documentation . I just added them. { -or- Ctrl[ -or- home = first vertex I don't think the keyboard shortcuts screen has room for all of these though, so I'm going to leave off the Ctrl alternatives from the screen (they will still work in iD). |
Pressing '\' should do the same as pause (change line while walking thru nodes), but doesnt do so on German keyboard. The Problem may be, that the key is 'ß' without modifier, '?' with Shift-Modifier and '\' with AltGr-Modifier.
The text was updated successfully, but these errors were encountered: