-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Portuguese (Brazil) Keyboard Layout: IntlRo appears as 'unknown' key on Keyboard Shortcuts #24147
Comments
@allanesquina Is it possible this is a duplicate of #24107 i.e. https://bugs.chromium.org/p/chromium/issues/detail?id=709242 -- the scan codes we are receiving appear to sometimes be incorrect To go back to I will try to reproduce this on a Linux machine as soon as I'm back in the office and will ping for more information if I cannot reproduce. |
@alexandrudima Seems to be a related issue but more keys are failing in this case. Backing to I'm glad to help you with more information if you need. |
This bug was introduced by this last update. changing the setting to |
Same here with Fedora 25. Changing to keyCode solves too |
Lots of folks where scan codes are incorrect reported using some form of remote desktoping software. Are you using a linux installation on real hardware and typing on a keyboard attached to it or are you using some form of remote desktoping ? |
@alexandrudima real Linux, with real keyboard and real mouse, very physical 😬 |
@alexandrudima I'm using all real, all physical |
@alexandrudima real Linux, all physical as well. |
Hi, I'm facing the same problem when commenting a code, the Ctrl + / shortcut does not work. My keyboard is Brazilian standard ABNT2 |
Same as @allanesquina here. |
Thanks to @allanesquina and @alexandrudima for the help. Change "keyboard.dispatch" to "keyCode" resolved my problem. |
Since this is very hard for us to verify in our team, as it appears one needs to buy a Brazilian keyboard to get 104 keys (https://w3c.github.io/uievents-code/#keyboard-104 ) we would very much appreciate if you could try to verify that the bug is fixed in the Insiders Channel -- https://code.visualstudio.com/insiders. Thank you! |
I'm not able to toggle line comments in js files, also, it's not possible to bind the shortcut again, I'm getting
unknown
when pressing key/
in keybinding mode.#24047 @alexandrudima
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: