I do not know when this happened, but now every time I run the key combination Ctrl + Máyus +] (Spanish Distribution), I can insert the character ]
, and my interface does zoomIn action
My json of keybindings is as follows:
// Place your key bindings in this file to overwrite the defaults
[
]
If restarting VSCode without any plugins activated ("safe mode") does not solve the issue, that means the problem lies within VSCode itself.
Check if this is releated to Microsoft/vscode issue 51303
There is a command "
Zoom in
" (workbench.action.zoomIn
) in keyboard shortcuts... actually, but default, there are 3 of them, with different keybindings.And when you remove all three of them - and then trying to reset to default, it resets the keybindings one after another.