change command name, #23001

This commit is contained in:
Johannes Rieken
2020-01-27 11:32:02 +01:00
parent 380d627313
commit 2f0608875a
@@ -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),