-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
[Bug] Menu key does not work on mods list (accessibility) #3445
Comments
Thanks for the report. #3446 should have a test build soon if you'd like to try it, in the Checks tab under the Artifacts dropdown. |
Yep works fine. One nuance that may warrant fixing if there's a simple solution:
One other note: right clicking hyperlinks in metadata shows "copy link address" and doesn't function with menu key either, but enter opens it as a http/s handler anyway so it's still browser accessible and a non-issue |
Thanks for testing!
Yeah, I had it like that initially (and I noticed that Chrome does it that way), but then I thought that if the user did want to navigate the menu with the mouse, it would be annoying to have to travel the mouse across the screen to do that. Then I tried pressing the menu key in the Atom editor and it opened at the cursor, so I thought I had found precedent for doing that. EDIT:
So there appears to be no consistency, even among Microsoft's own applications. As expected when a common feature like this has to be implemented in applications rather than in system libraries.
Good catch, thanks, we ought to be able to add this there, too. Note to self: We also have a right click menu in the manage game instances dialog, containing the option to open the game folder. And there are several link labels in the About dialog. |
Any ideas for keyboard accessibility of the right click menu of the grid headers? There isn't really a way to focus the headers with the keyboard, and I don't know of an example of this in other applications. |
There's a new test build at the same place that should cover all of those additional context menus. |
Finally had time to look at this (8a10141, 6 days ago), and the only things I can think of for accessibility left are:
|
That makes sense! Sounds like the kind of thing I'd look for a in a "View" menu. It could have two submenus, View → Columns with checkboxes and View → Sort by with radio buttons, as you suggest. I might want to do that in a future pull request to keep this one from expanding too much.
That I think we can do simply by setting |
Background
Have you made any manual changes to your GameData folder (i.e., not via CKAN)?
No
Problem
Describe the bug
Pressing the "menu key" (between windows and right control) does not bring up "Labels/Reinstall/Download Contents/Purge Contents"
Steps to reproduce
Click on any random mod in list
Press "menu key" (https://en.wikipedia.org/wiki/Menu_key)
Expected behavior
The right-click menu pops up for highlighted mod after releasing menu key, navigable with arrows+enter (which it already is)
The text was updated successfully, but these errors were encountered: