-
Notifications
You must be signed in to change notification settings - Fork 30k
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
When pressing "alt" to show the menu bar, keyboard focus is not given to it #2945
Comments
To add some information, if you hold |
It looks like this is just how Electron behaves under Windows 10, you may want to file an issue there. |
Might be related to #1569 |
Definitely related to #1569 |
Appears to be a duplicate of #1569
|
Yes, this is an Electron issue. See #2504 over at their repository. |
AFAICT the pressing and holding trick mentioned by @stkb doesn't work (or has stopped working) as this bug randomly appeared for me today - everything worked as normally expected previously update I've had occasion to reinstall vscode several times recently and this behaviour seems to have disappeared. Though I don't think any updates have been applied... |
This is resolved in our custom menubar implementation via #53924. The new menubar can be enabled via the setting 'window.titlebarStyle' => |
Repro:
Actual: there is no way to interact with the menu bar from the keyboard
Expected: same as the Hide Menu Bar extension for VS, where pressing alt gives keyboard focus to the "file menu", which allows navigating with the keyboard arrows or mnemonic keys.
Windows 10, VSCode 0.10.8
The text was updated successfully, but these errors were encountered: