-
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] wrong keybinding for "Open Preferences" on Mac (Electron): should be Cmd+, not Ctrl+, #6606
Comments
Could you also take care of the other 'non-native' keybindings, e.g. Cmd + w? |
Two excellent ideas, thanks! Will do. |
The keybinding is currently hard-coded as Ctrl + ,, regardless of build or OS: theia/packages/preferences/src/browser/preferences-contribution.ts Lines 63 to 68 in 2938cd0
I'll take a look at Windows to see if this actually works (in browser and in Electron). EDIT: Interestingly, Ctrl + , already works as expected on Windows, in browser and in Electron. So this is really just a Mac OS problem (assuming Ctrl + , works on Linux too). |
Does replacing the |
@marechal-p This would almost do the trick, except:
|
On Mac OS (Electron), the keybinding for
Settings > Open Preferences
is Ctrl + ,.Instead, it should be Cmd + , because that seems to be the expected keybinding, and it's what VS Code uses for
Preferences > Settings
.Notes:
The text was updated successfully, but these errors were encountered: