-
Notifications
You must be signed in to change notification settings - Fork 456
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 #348
Comments
From @dbaeumer on October 26, 2017 19:39 @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 |
From @GeorgeHernandez on October 27, 2017 17:38 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. |
From @alexandrudima on October 30, 2017 10:8 This is indeed caused by
@GeorgeHernandez I wonder why
|
From @dbaeumer on October 30, 2017 10:8 @aeschli do you have an idea. @GeorgeHernandez please file the issue against the vscode java extension GitHub repository. |
I've searched both the keybinding UI and
However, Red Hat's To summarize, there are 2 parts to this issue:
|
Fixes redhat-developer#348 Signed-off-by: Fred Bricon <[email protected]>
I was not aware of the PR #349 changes the offending shortcut to |
Part 1: The workarounds (of either using BTW: I see that the Bookmarks extension also has a shortcut with an AltGr trigger: Part 2: I had the Red Hat extension disabled, when I searched the keybindings. When enabled, the Red Hat shortcut shows on the list. |
Fixes #348 Signed-off-by: Fred Bricon <[email protected]>
@fbricon ricon I see that you've changed it from |
From @GeorgeHernandez on October 26, 2017 19:9
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
.Copied from original issue: microsoft/vscode#37002
The text was updated successfully, but these errors were encountered: