提交 85415d00 编写于 作者: J Joao Moreno

fix comment

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