mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user