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

Application menus aren't keyboard accessible on Windows #49

Open
patrickhlauke opened this issue Sep 4, 2018 · 6 comments
Open

Application menus aren't keyboard accessible on Windows #49

patrickhlauke opened this issue Sep 4, 2018 · 6 comments
Labels
bug Something isn't working

Comments

@patrickhlauke
Copy link
Collaborator

patrickhlauke commented Sep 4, 2018

At least on Windows, the menus don't behave like native menus (expected: ALT sets focus to the first menu, cursor keys can then be used to go from menu to menu, down to open the menus, etc). There doesn't seem to be a way to use the menus with the keyboard at the moment.

@patrickhlauke
Copy link
Collaborator Author

xref: electron/electron#2504

@ahicks92
Copy link

ahicks92 commented Sep 9, 2018

I was following up to see if any progress had been made on the Electron side of this and found this issue through the backref from the aforementioned, and it's worth pointing out that this has been an issue since 2015. Based on some of the comments over there it's maybe very hard to fix, but I feel like things are more political than anything and that it boils down to enough critical stakeholders needing this fixed to get someone with the knowledge to actually fix it. Figured I'd chime in because the age of their issue is a detail that's not immediately obvious.

@patrickhlauke patrickhlauke changed the title Application menus aren't keyboard accessible Application menus aren't keyboard accessible on Windows Sep 10, 2018
@patrickhlauke
Copy link
Collaborator Author

Noting that on macOS at least, menus do work (as electron there hooks into the proper OS stuff for menus - doing CTRL+F2 goes to the standard menu bar etc). so our current known issue is only for Windows.

@patrickhlauke
Copy link
Collaborator Author

this looks promising electron/electron#15302

@patrickhlauke
Copy link
Collaborator Author

Keyboard access to menu now works in Windows (pressing ALT correctly moves to the menu), but now macOS doesn't seem to work (CTRL+Fn+F2 seems to have no effect anymore, where before it did work)

@ferllings
Copy link
Member

I'll do some tests on MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants