mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 10:53:53 +01:00
build
This commit is contained in:
@@ -797,7 +797,7 @@ registerEditorCommand(new SuggestCommand({
|
||||
kbExpr: EditorContextKeys.textInputFocus,
|
||||
primary: KeyMod.CtrlCmd | KeyCode.Space,
|
||||
secondary: [KeyMod.CtrlCmd | KeyCode.KEY_I],
|
||||
mac: { primary: KeyMod.WinCtrl | KeyCode.Space, secondary: KeyMod.CtrlCmd | KeyCode.KEY_I }
|
||||
mac: { primary: KeyMod.WinCtrl | KeyCode.Space, secondary: [KeyMod.CtrlCmd | KeyCode.KEY_I] }
|
||||
},
|
||||
menuOpts: [{
|
||||
menuId: suggestWidgetStatusbarMenu,
|
||||
|
||||
Reference in New Issue
Block a user