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

New Workbench Menu does not respect Alt+<Key> hotkeys on Windows. #54822

Closed
JeffHanna opened this issue Jul 22, 2018 · 2 comments · Fixed by #56617
Closed

New Workbench Menu does not respect Alt+<Key> hotkeys on Windows. #54822

JeffHanna opened this issue Jul 22, 2018 · 2 comments · Fixed by #56617
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@JeffHanna
Copy link

JeffHanna commented Jul 22, 2018

  • VSCode Version: 1.26.0-Insider
  • OS Version: Windows 10 Pro (Insider) - 17713.rs5_release.180706-1551

This bug only occurs with the setting window.titleBarStyle: custom. When using the original style menus, in VS Code and VS Code (Insiders), the Alt hotkeys work as expected.

Steps to Reproduce:

  1. Enable the new menu bar
  2. Press Alt+F to open the File menu
    3 Press S to save
  3. While the File menu does appear and the various menu entries show underscores under their Alt hotkey activators, the save never occurs and the menu does not close. This happens for every Alt hotkey I've tried.

Does this issue occur when all extensions are disabled?: Yes

@sbatten
Copy link
Member

sbatten commented Jul 23, 2018

@JeffHanna currently, you must still hold alt for the second action. i.e. Alt+F, Alt+S. However, specifically for that key combination, there is a conflict that needs resolution #52935

@sbatten sbatten added bug Issue identified by VS Code Team member as probable bug workbench-menu labels Jul 23, 2018
@sbatten sbatten added this to the August 2018 milestone Aug 7, 2018
@RMacfarlane RMacfarlane added the verified Verification succeeded label Aug 29, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants