Skip to content

Commit

Permalink
fix eclipse-theia#6996 TOGGLE_MAXIMIZED overrides monaco tab capture
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
caseyflynn-google committed Jan 31, 2020
1 parent a89f340 commit 86704a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/common-frontend-contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ export class CommonFrontendContribution implements FrontendApplicationContributi
},
{
command: CommonCommands.TOGGLE_MAXIMIZED.id,
keybinding: 'ctrl+m',
keybinding: 'alt+m',
},
// Saving
{
Expand Down

0 comments on commit 86704a9

Please sign in to comment.