-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Error in menu #9204
Comments
Can you share your |
@PawelGPL What keyboard layout are you using? Do you need to press the AltGr key to type the |
I don't need to use Alt or AltGr to type , (comma). |
Hmm. Something weird is going on here. #8967 reminded me that we actually do bind that keybinding by default: { "command": "openSettings", "keys": "ctrl+," },
{ "command": { "action": "openSettings", "target": "defaultsFile" }, "keys": "ctrl+alt+," }, But not to open the settings file - it's bound to opening the defaults file.
|
I have current version - 1.53.2 |
Son of a gun they'll do it. If you paste that action: { "command": { "action": "openSettings", "target": "defaultsFile" }, "keys": "ctrl+alt+," }, into the actions on 1.5, it'll use that one as the help shortcut to use, not the actual settings action. I think that's already fixed on 1.6, but I don't know when or where we fixed that. We might have a dupe somewhere... |
I noticed a small error on the menu: in item "Settings" there is "Ctrl Alt ," shortcut instead of "Ctrl ," (open settings.json).
Environment
Microsoft Windows Version 10.0.19042.804
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: