-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Cannot use AltGr+u with U.S. International keyboard #37002
Comments
@alexandrudima do you have an idea why this could happen even if no extension defines the short cut. @GeorgeHernandez can you check the contribution for each of your extensions to see whether they do define such a short cut. And can you selectively disable ( can be done in the extension viewlet) the extensions to see if we can find the extension that causes the problem |
TLDNR: I've isolated it to the "Language Support for Java(TM by Red Hat" extension, but cannot be sure about the "Debugger for Java" extension. Given [all, debug, java] where:
I have tested the permutations for the issue:
As you can see it only happens when the Java extension is on. Since the Debugger extension is dependent on the Java extension, I could not determine if the former would also cause the issue if the Java extension were fixed. |
This is indeed caused by
@GeorgeHernandez I wonder why
|
@aeschli do you have an idea. @GeorgeHernandez please file the issue against the vscode java extension GitHub repository. |
This issue was moved to redhat-developer/vscode-java#348 |
Steps to Reproduce:
AltGr+u
Reproduces without extensions: No
Issue does NOT occur without extensions. However searching keybindings for
Alt+u
does not find anything.Issue does NOT occur for the other Spanish characters (
¡¿ÁáÉéÍíÑñÓóÚÜü
), justú
when entered asAltGr+u
.Issue does NOT occur when entering
ú
via'+u
.The text was updated successfully, but these errors were encountered: