-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Holding Alt-(key) on Sub-Menu item doesn't trigger that Command. #27106
Comments
I hope to see this fixed. 20yrs of muscle memory in VS has me quickly hitting Alt+F, S. Unfortunately in VSCode if I don't release Alt before S is pressed it doesn't accept the sequence. VS (on windows) supports S with or without ALT key still being pressed. |
I am having a similar issue though it seems intermittent. Alt+key not working for any of the menus. Didn't work one day. Worked for me yesterday. Not working today. |
The same issue as in the comment (as a closed issue) above. Alt+key randomly stopped working for me today. Restarting VSCode doesn't help. Haven't tried restarting the system yet. Seems to be related to #10525 (which is also closed for some reason). |
@monk-time , confirmed! I tested it out and it replicated my issue beautifully! I guess I just had a couple fat finger days... |
Same here. Restart of Windows helped :) |
At least Alt+F opens the file menu for you. Doesn't for me on Linux. Apparently they decided this just wasn't an issue: #10525 |
Duplicate of #52935 |
Steps to Reproduce:
The File menu will appear at the top right of your screen
Nothing happens.
Expected Behaviour: A new file is added to your solution.
The first item in the File menu is 'New File' with the letter N underlined. The underline indicates that it can be activated by pressing the key. The standard approach is to also allow the 'Alt' key to be pressed at the same time.
This should work if the 'Alt' key is still being pressed as this is the behaviour of most editors in windows e.g. Notepad, Word, Visual Studio...
The text was updated successfully, but these errors were encountered: