Skip to content

Commit

Permalink
fix #76074
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jun 26, 2019
1 parent 0e37dde commit 66dd9c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
}
});
KeybindingsRegistry.registerCommandAndKeybindingRule({
id: 'breadcrumbs.focusPrevious',
id: 'breadcrumbs.focusPreviousWithPicker',
weight: KeybindingWeight.WorkbenchContrib + 1,
primary: KeyMod.CtrlCmd | KeyCode.LeftArrow,
mac: {
Expand Down

0 comments on commit 66dd9c6

Please sign in to comment.