[accessibility] TOGGLE_MAXIMIZED overrides monaco tab capture #6996
Labels
accessibility
issues related to accessbilitiy
keybindings
issues related to keybindings
question
user / developer questions
Description
The TOGGLE_MAXIMIZE keybinding overrides Monaco's toggleTabFocusMode which is required for a11y. Would it be alright if we modify the keybinding for TOGGLE_MAXIMIZE (maybe ctrl+shift+m or alt+m)?
Reproduction Steps
Observe warning in console:
root WARN Collided keybinding is ignored; {"command":"editor.action.toggleTabFocusMode","keybinding":"ctrl+m"} collided with {"command":"core.toggleMaximized","keybinding":"ctrl+m"}
OS and Theia version:
ChromeOs
Theia 0.14.0
The text was updated successfully, but these errors were encountered: