Skip to content

Commit

Permalink
change command name, #23001
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jan 27, 2020
1 parent 380d627 commit 2f06088
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -300,7 +300,7 @@ function withController(accessor: ServicesAccessor, fn: (controller: ReferencesC
}

KeybindingsRegistry.registerCommandAndKeybindingRule({
id: 'changePeekFocus',
id: 'togglePeekWidgetFocus',
weight: KeybindingWeight.EditorContrib,
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.F2),
when: ContextKeyExpr.or(ctxReferenceSearchVisible, PeekContext.inPeekEditor),
Expand Down

0 comments on commit 2f06088

Please sign in to comment.