mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
[Accessibility] ctrl+k, ctrl+shift+n does not open actionable notification items (fix #193715) (#193758)
This commit is contained in:
@@ -93,7 +93,6 @@ export function registerNotificationCommands(center: INotificationsCenterControl
|
|||||||
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
||||||
id: SHOW_NOTIFICATIONS_CENTER,
|
id: SHOW_NOTIFICATIONS_CENTER,
|
||||||
weight: KeybindingWeight.WorkbenchContrib,
|
weight: KeybindingWeight.WorkbenchContrib,
|
||||||
when: NotificationsCenterVisibleContext.negate(),
|
|
||||||
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyN),
|
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyN),
|
||||||
handler: () => {
|
handler: () => {
|
||||||
toasts.hide();
|
toasts.hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user