-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to next tab or previous tab keybinding does not work in the browser example #492
Comments
The keybindings were wrong because of #493 But even with this now fixed, The keybinding Ctrl-Tab and Ctrl-Shift-Tab doesn't work in the browser Example on Chrome. Selecting the action in the palette works however. |
This is conflicting with the browser's keybindings and so the browsers tabs switch rather than Theia's |
On Mac OS the current keybinding is Cmd-Tab / Cmd-Shift-Tab. That is even worse because it conflicts with the OS keybinding for switching apps. We should change those keybindings. VS Code uses |
Before, it was set to just `ctrl+tab`, but this doesn't work in browsers. Add `ctrl+alt+a` and `ctrl+alt+d` in order to switch between tabs. Fix eclipse-theia#492 eclipse-theia#1891 Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com> Signed-off-by: Bogdan Stolojan <petre.stolojan@arm.com>
Doing Ctrl-Esc or Ctrl-Shift-Esc doesn't do anything...
Using Chrome.
Also I think this keybinding is not practical at all ? Where does it come from ?
The text was updated successfully, but these errors were encountered: