提交 509e9043 编写于 作者: M Matt Bierner

Change autofix keybinding to not use windows key

Fixes #67411
上级 e4383064
......@@ -395,7 +395,7 @@ export class AutoFixAction extends EditorAction {
contextKeyForSupportedActions(CodeActionKind.QuickFix)),
kbOpts: {
kbExpr: EditorContextKeys.editorTextFocus,
primary: KeyMod.WinCtrl | KeyMod.Alt | KeyCode.US_DOT,
primary: KeyMod.Alt | KeyMod.Shift | KeyCode.US_DOT,
mac: {
primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.US_DOT
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册