-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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 type backslash on German keyboard in Editor #18743
Comments
Most likely there is something bound to that key combination. |
I know Atom had a similar bug at some time (atom/atom#1625) but I don't know if VSCode and Atom share any code within the editor. But at least they have in common that Ctrl+Alt maps somewhat to AltGr. And Ctrl+ß maps to un-indenting while Ctrl+Shift+ß maps to code folding |
Thank you very much, I read through the Atom bug and your last answer and found the problematic keybinding.
This is marked with an (i) and maps to ctrl+alt+ß on a German layout. Now I have to decide if I finally get used to a international layout for programming or if I remap the binding :) Is it possible to create a kind of a localized keybinding for a certain keyboard layout? |
I'm happy you could identify the problematic keybinding and remove it. We currently do not support having keyboard layout specific keybindings, #1240 tracks that. |
@alexandrudima , I have a similar issue, I cannot type
Steps to Reproduce:
I looked at the similar atom issue but no luck. |
Actually, seems my OS keyboard layout was set as US instead of ES (spanish). My bad! |
German keyboard on Mac OS with GitLens installed: |
Steps to Reproduce:
(3a. Open Find dialog with F3, press AltGr-ß ->produces backslash like it should)
The text was updated successfully, but these errors were encountered: