-
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
[keybinding] Align more Electron/browser keybindings with VS Code #6635
Conversation
247fecf
to
1bcb638
Compare
1bcb638
to
d14a2c2
Compare
Summary of relevant keybindings in VS Code:
Summary of keybindings in Theia with this PR:
|
Let's tackle Ctrl/Cmd + O in a follow-up PR, so that we can move forward here. |
d14a2c2
to
7a36f30
Compare
EDIT: Now tested on Linux, works fine too. (I forgot that Theia's Gitpod setup had VNC! That was easy.) |
packages/workspace/src/browser/workspace-frontend-contribution.ts
Outdated
Show resolved
Hide resolved
…+n' in browser) Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
7a36f30
to
3e41eb8
Compare
Thank you Sven! Please also merge the PR if you have time, since I can't do that myself yet. |
What it does
File
>New File
Fix Ctrl/Cmd + O =(EDIT: let's do that later)File
>Open...
(currently discussed in [keybinding] Align Ctrl/Cmd+T and Ctrl/Cmd+O with VS Code #6633)How to test
Review checklist
Reminder for reviewers