fix kb conflict (#273568)

fix #273167
This commit is contained in:
Megan Rogge
2025-10-27 10:50:51 -04:00
committed by GitHub
parent 062d4a5c2b
commit 0c5276f0a6

View File

@@ -154,7 +154,7 @@ export function registerNotificationCommands(center: INotificationsCenterControl
// Accept Primary Action
KeybindingsRegistry.registerCommandAndKeybindingRule({
id: ACCEPT_PRIMARY_ACTION_NOTIFICATION,
weight: KeybindingWeight.WorkbenchContrib,
weight: KeybindingWeight.WorkbenchContrib + 1,
when: ContextKeyExpr.or(NotificationFocusedContext, NotificationsToastsVisibleContext),
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyA,
handler: (accessor) => {