尝试插入 char ](西班牙布局键盘)做 ZoomIN
Trying to insert char ] (spanish layout keyboard) do ZoomIN
我不知道这是什么时候发生的,但现在我每次 运行 组合键 Ctrl + Máyus +](西班牙文发行版),我都可以插入字符 ]
,并且我的界面放大动作
我的json键绑定如下:
// Place your key bindings in this file to overwrite the defaults
[
]
如果在没有激活任何插件的情况下重新启动 VSCode ("safe mode") 不能解决问题,这意味着问题出在 VSCode 本身。
检查这是否与 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.
已解决
错误与扩展有关。特别是 EasyZoom,我用它通过 Ctrl + 鼠标滚轮进行缩放,但它似乎会出现问题。发生的事情是,在那之前我没有遇到任何问题。
我已经通过删除那个扩展名解决了这个问题。谢谢。
下一个发生此类事件的人请按照以下步骤操作。
禁用所有扩展程序。
证明你的问题已经消失了。
去一个一个启用扩展,并检查哪个是失败的扩展。
发生这种情况是因为扩展程序向应用程序外部的新 Visual Studio 代码添加了功能,并且扩展程序的程序员可能会犯错误或覆盖某些配置。
扩展太多也不好,如果你应该有,一定要配置好,关于键盘快捷键
我不知道这是什么时候发生的,但现在我每次 运行 组合键 Ctrl + Máyus +](西班牙文发行版),我都可以插入字符 ]
,并且我的界面放大动作
我的json键绑定如下:
// Place your key bindings in this file to overwrite the defaults
[
]
如果在没有激活任何插件的情况下重新启动 VSCode ("safe mode") 不能解决问题,这意味着问题出在 VSCode 本身。
检查这是否与 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.
已解决
错误与扩展有关。特别是 EasyZoom,我用它通过 Ctrl + 鼠标滚轮进行缩放,但它似乎会出现问题。发生的事情是,在那之前我没有遇到任何问题。
我已经通过删除那个扩展名解决了这个问题。谢谢。
下一个发生此类事件的人请按照以下步骤操作。
禁用所有扩展程序。
证明你的问题已经消失了。
去一个一个启用扩展,并检查哪个是失败的扩展。
发生这种情况是因为扩展程序向应用程序外部的新 Visual Studio 代码添加了功能,并且扩展程序的程序员可能会犯错误或覆盖某些配置。
扩展太多也不好,如果你应该有,一定要配置好,关于键盘快捷键