We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dff01 commit 2692ae4Copy full SHA for 2692ae4
src/vs/editor/contrib/codeAction/browser/codeActionCommands.ts
@@ -536,7 +536,7 @@ registerEditorCommand(new CodeActionContribution({
536
kbOpts: {
537
weight: weight + 100000,
538
primary: KeyCode.UpArrow,
539
- secondary: [KeyMod.CtrlCmd | KeyCode.UpArrow],
+ secondary: [KeyMod.CtrlCmd | KeyCode.KeyK],
540
}
541
}));
542
@@ -549,7 +549,7 @@ registerEditorCommand(new CodeActionContribution({
549
550
551
primary: KeyCode.DownArrow,
552
- secondary: [KeyMod.CtrlCmd | KeyCode.DownArrow],
+ secondary: [KeyMod.CtrlCmd | KeyCode.KeyJ],
553
554
555
0 commit comments