-
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
Shortcuts containing "cmd" + "[" (left bracket) does not work #114075
Comments
(Experimental duplicate detection) |
@fujikky It looks like |
I have the same problem. I think the keyboard layout is set to some other non-english language. |
@VazMike What keyboard layout are you using? Do you also have a problem with the same |
@alexdima I'm using Russian layout ( |
@VazMike Thank you for the information. Here is what is going on. Let's take for example It turns out that using So the default binding of If you don't like the default keybindings, that is not a problem. You can configure them yourself. For example, in this case, if you would like that
You can find the symbolic names of physical keys here -- https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code/code_values. |
@alexdima My main keyboard layout is Japanese-Romaji, but also English doesn't fix the problem. I reset to NVRAM and SMC but it didn't improve. |
I found this document and tried all the troubleshooting but it didn't improve. My keyboard shortcuts are the default settings.
|
@fujikky There are log statements for This means that this keybinding does not reach vs code. There is no point to change anything inside vs code. You need to check at the OS level if you have any software that would eat that keybinding up or if the OS has any shortcuts configured to that keybinding. |
I have the same problem and I have already tried with the keyboard layout and with the Insiders and normal version of vsCode and nothing improves. I also tried the same shortcut in google chrome to navigate back and forward in the history and it works fine. |
@PabloLema Please open a separate issue with your specific OS, VS Code version, and keyboard layout. Sometimes, keybinding issues appear to be the same, but in reality might have different root causes. |
Steps to Reproduce:
The following shortcuts do not work.
Apparently, it doesn't work if it contains a combination of cmd and [.
It works enter only [ key, and also works [ key other than with the cmd key.
Also it does not displayed logs for [ + cmd keys when running the "Toggle Keyboard Shortcuts Troubleshooting" command.
It worked fine up to macOS Catalina, but after upgrading my machine to macOS Big Sur, I'm having problems.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: