From 8b06ea090ea7aefdab5ad81b4c2748b36f32418b Mon Sep 17 00:00:00 2001 From: Casey Flynn Date: Wed, 29 Jan 2020 09:45:44 -0800 Subject: [PATCH] fix #6996 TOGGLE_MAXIMIZED overrides monaco tab capture Change modifies the default TOGGLE_MAXIMIZED keybinding from ctrl+m to alt+m to ensure it does not overwrite a11y feature of Monaco "toggle tab key moves focus". Signed-off-by: Casey Flynn --- packages/core/src/browser/common-frontend-contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/browser/common-frontend-contribution.ts b/packages/core/src/browser/common-frontend-contribution.ts index 82f1789b09b52..c0d4bf858b344 100644 --- a/packages/core/src/browser/common-frontend-contribution.ts +++ b/packages/core/src/browser/common-frontend-contribution.ts @@ -726,7 +726,7 @@ export class CommonFrontendContribution implements FrontendApplicationContributi }, { command: CommonCommands.TOGGLE_MAXIMIZED.id, - keybinding: 'ctrl+m', + keybinding: 'alt+m', }, // Saving {