This commit is contained in:
Benjamin Pasero 2018-02-27 14:44:23 +01:00
parent f2ffc972c2
commit 6c678d443c

View file

@ -146,6 +146,7 @@ export function registerNotificationCommands(center: INotificationsCenterControl
weight: KeybindingsRegistry.WEIGHT.workbenchContrib(),
when: NotificationFocusedContext,
primary: KeyCode.Space,
secondary: [KeyCode.Enter],
handler: accessor => {
const notification = getNotificationFromContext(accessor.get(IListService));
if (notification) {