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 4e8ef4c commit eccf417Copy full SHA for eccf417
src/vs/workbench/contrib/outline/browser/outlineNavigation.ts
@@ -164,7 +164,7 @@ registerEditorAction(class extends EditorAction {
164
kbOpts: {
165
weight: KeybindingWeight.EditorContrib,
166
kbExpr: EditorContextKeys.focus,
167
- primary: KeyMod.Shift | KeyMod.Alt | KeyCode.DownArrow,
+ primary: undefined,
168
mac: {
169
primary: KeyMod.WinCtrl | KeyMod.Shift | KeyCode.DownArrow,
170
},
@@ -188,7 +188,7 @@ registerEditorAction(class extends EditorAction {
188
189
190
191
- primary: KeyMod.Shift | KeyMod.Alt | KeyCode.UpArrow,
192
193
primary: KeyMod.WinCtrl | KeyMod.Shift | KeyCode.UpArrow,
194
0 commit comments