mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
Use unique ID for quick diff widget focus toggle command (#294790)
This commit is contained in:
@@ -954,7 +954,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
|
||||
});
|
||||
|
||||
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
||||
id: 'togglePeekWidgetFocus',
|
||||
id: 'toggleQuickDiffWidgetFocus',
|
||||
weight: KeybindingWeight.EditorContrib,
|
||||
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyCode.F2),
|
||||
when: isQuickDiffVisible,
|
||||
|
||||
Reference in New Issue
Block a user