Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.75.0
- OS Version: macOS Monterey 12.6
Steps to Reproduce:
- Include
BracketLeft in keybindings.json like bellow
{
"key": "cmd+[BracketLeft]",
"command": "workbench.action.terminal.toggleTerminal"
}
- This keybinding is recognized as
cmd+w
