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

Holding Alt-(key) on Sub-Menu item doesn't trigger that Command. #27106

Closed
JoelViney opened this issue May 23, 2017 · 8 comments
Closed

Holding Alt-(key) on Sub-Menu item doesn't trigger that Command. #27106

JoelViney opened this issue May 23, 2017 · 8 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues *duplicate Issue identified as a duplicate of another issue(s) electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@JoelViney
Copy link

  • VSCode Version: 1.12.2
  • OS Version: Windows 10

Steps to Reproduce:

  1. Open Visual Studio Code
  2. Hold Down the 'Alt' key
  3. Press the 'F' (while still holding down the 'Alt' key)
    The File menu will appear at the top right of your screen
  4. Press 'N' (while still holding down the 'Alt' key)
    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...

@bpasero bpasero added accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels May 23, 2017
@bpasero bpasero added this to the Backlog milestone May 23, 2017
@bpasero bpasero added the menu label May 26, 2017
@lucasshawn
Copy link

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.

@WereDev
Copy link

WereDev commented Aug 4, 2017

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.

@monk-time
Copy link

monk-time commented Sep 13, 2017

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
Copy link

@WereDev, I figured it out: it was caused by Scroll Lock: #19011

@WereDev
Copy link

WereDev commented Sep 13, 2017

@monk-time , confirmed! I tested it out and it replicated my issue beautifully! I guess I just had a couple fat finger days...

@bpasero bpasero removed this from the Backlog milestone Nov 16, 2017
@fider
Copy link

fider commented Apr 30, 2018

Same here.
While it still works in other applications in VS Code it is not working.

Restart of Windows helped :)

@et304383
Copy link

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

@bpasero
Copy link
Member

bpasero commented Aug 17, 2018

Duplicate of #52935

@bpasero bpasero marked this as a duplicate of #52935 Aug 17, 2018
@bpasero bpasero closed this as completed Aug 17, 2018
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues *duplicate Issue identified as a duplicate of another issue(s) electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

7 participants