Skip to content

Commit

Permalink
Merge pull request microsoft#178092 from microsoft/merogge/link-o
Browse files Browse the repository at this point in the history
don't override link open keybinding
  • Loading branch information
meganrogge authored Mar 23, 2023
2 parents 840a5e7 + f584ecc commit b89e5e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ registerAction2(class extends Action2 {
{
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyO,
weight: KeybindingWeight.WorkbenchContrib + 2,
when: ContextKeyExpr.or(TerminalContextKeys.accessibleBufferFocus, ContextKeyExpr.and(CONTEXT_ACCESSIBILITY_MODE_ENABLED, TerminalContextKeys.focus))
when: TerminalContextKeys.accessibleBufferFocus
}
],
});
Expand Down

0 comments on commit b89e5e0

Please sign in to comment.