Find a way to override Ctrl+N, Ctrl+T, and Ctrl+W keybinding in chrome / firefox browsers.
WRONG: Binded browser actions are executed instead of registered actions.
OS and Theia version:
Diagnostics:
AFAIK, there's no way to override the reserved hot-keys in Chrome.
See this veeeery old issue https://bugs.chromium.org/p/chromium/issues/detail?id=119881#c84
@azatsarynnyy that's true, i was thinking about having alternative keybindings for browsers. VS Online should have the same issue. It would be good to start a discussion on VS Code repo to have it standartized in VS Code extension manifest. Maybe as well on the vim extension repo, simply explain that we are trying to run it in Theia, that keybindings don't work in browser and suggest to add alternative attribute to keybindings. VIM users there can have better ideas for alternative shortcuts.
Using @theia/keymaps I was able to override the following when using chrome in fullscreen mode.
ctrl + wctrl + nctrl + octrl + pageupctrl + pagedown