-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Can't bind Ctrl + / and Ctrl + ; to different commands on a Brazilian Keyboard. #22626
Comments
Don't you switch between English and Brazilian keyboard layouts? They share the same key in each layout |
I won't change keyboard layout for the whole system. Is there a way to do it on VS Code? |
But if you switch between both keyboard layouts it could be possible to press accidentally Ctrl+; thinking that you are pressing Ctrl+/. That's what I mean. |
I have validated that we now (i.e. after PR #22894 aka #17521 -- in today's/tomorrow's Insiders build) appear to behave correctly for this keyboard layout When pressing the scan code combination When pressing the scan code combination This makes me believe the fix in PR #22894 aka #17521 resolves this issue. Please double check in tomorrow's insiders build. |
-- Sorry for the English, I used Google Translator -- @alexandrudima I tried to set, but for me still show the wrong or unknown keys. OS Version: Windows 10 Had any more updates on the insiders about? I'm with bc9a7bb 2017-03-30T08: 11: 58.005Z |
@Tekbr The OP was using Linux and it appears you are using Windows. Things vary a lot from operating system to operating system, especially related to keyboard layouts. Can you please create a separate issue with the exact problem you are running into? |
@alexandrudima Ok, I created the issue #23685 |
This bug still remains on 1.11.2 |
Steps to Reproduce:
keybindings.json
Define Keybinding (Ctrl + K Ctrl + K)
Expected:
Keys showed should be Ctrl + /
Result:
Keys showed is Ctrl + ;
Details:
I want to set different shortcuts for those combinations of keys, but I can't. For VS Code, Ctrl + ; and Ctrl + / are the same damn thing. By default, pressing these keys, VS Code toggle comments on a line. I want Ctrl + ; to put a semicolon at the end of the line. And Ctrl + / to toggle comments.
The text was updated successfully, but these errors were encountered: