提交 ec5381c2 编写于 作者: J Joao Moreno

fixes #76369

上级 0f3794b3
......@@ -527,7 +527,7 @@ export class WorkbenchKeybindingService extends AbstractKeybindingService {
}
mightProducePrintableCharacter(event: IKeyboardEvent): boolean {
if (event.ctrlKey || event.metaKey) {
if (event.ctrlKey || event.metaKey || event.altKey) {
// ignore ctrl/cmd-combination but not shift/alt-combinatios
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册