Skip to content
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 Electron keybindings for 'Open File' and 'Open Workspace Symbol' with VS Code #6690

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

jankeromnes
Copy link
Member

@jankeromnes jankeromnes commented Dec 4, 2019

What it does

Fixes #6633.

In browsers, the keybindings remain unchanged:

  • Ctrl/Cmd + Alt/Opt + O: File > Open...
  • Ctrl/Cmd + O: F1 > Open Workspace Symbol...

Screenshot 2019-12-04 at 18 11 41

Screenshot 2019-12-04 at 18 12 12


However, in Electron the bindings are now aligned with VS Code across all 3 platforms:

  • Ctrl/Cmd + O: File > Open...
  • Ctrl/Cmd + T: F1 > Open Workspace Symbol...

Screenshot 2019-12-04 at 17 36 29

Screenshot 2019-12-04 at 17 37 30

How to test

Open Theia/Electron on Windows, Mac OS and Linux. The Open File and Open Workspace Symbol keybindings should be the same as VS Code.

Review checklist

Reminder for reviewers

…kspace Symbol' with VS Code

Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
@akosyakov akosyakov added electron issues related to the electron target keybindings issues related to keybindings labels Dec 5, 2019
Copy link
Contributor

@kittaakos kittaakos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have verified it on Windows and macOS; it worked as described.

Thank you!

@kittaakos kittaakos merged commit 8fde6f9 into eclipse-theia:master Dec 5, 2019
@jankeromnes
Copy link
Member Author

That's awesome, thanks a lot Akos! 👍

@jankeromnes jankeromnes deleted the jx/keybindings2 branch December 5, 2019 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electron issues related to the electron target keybindings issues related to keybindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[keybinding] Align Ctrl/Cmd+T and Ctrl/Cmd+O with VS Code
3 participants