From 2cd6bbdb736167de0b0f7dc472b019ae2ec90d31 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 22 Sep 2023 08:37:57 +0200 Subject: [PATCH] [Accessibility] ctrl+k, ctrl+shift+n does not open actionable notification items (fix #193715) (#193758) --- .../browser/parts/notifications/notificationsCommands.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vs/workbench/browser/parts/notifications/notificationsCommands.ts b/src/vs/workbench/browser/parts/notifications/notificationsCommands.ts index 6d02c45b4ca..e6c8feb8e52 100644 --- a/src/vs/workbench/browser/parts/notifications/notificationsCommands.ts +++ b/src/vs/workbench/browser/parts/notifications/notificationsCommands.ts @@ -93,7 +93,6 @@ export function registerNotificationCommands(center: INotificationsCenterControl KeybindingsRegistry.registerCommandAndKeybindingRule({ id: SHOW_NOTIFICATIONS_CENTER, weight: KeybindingWeight.WorkbenchContrib, - when: NotificationsCenterVisibleContext.negate(), primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyN), handler: () => { toasts.hide();