NVDA menu: add explicit shortcut keys and avoid collisions#15364
Merged
Conversation
See test results for failed build of commit f4c63523a5 |
seanbudd
reviewed
Sep 5, 2023
seanbudd
left a comment
Member
There was a problem hiding this comment.
Thanks for fixing this up @CyrilleB79
Contributor
Author
|
I have addressed all review comments in 98e6ba1. We end up with:
View log, Add-on store and Reload plugins have their shortcut modified with respect to 2023.2. It should not cause any issue with previously given instructions since Add-on store is recent and other ones have associated NVDA gestures (NVDA+F1 and NVDA+control+F3). |
seanbudd
approved these changes
Sep 6, 2023
See test results for failed build of commit 199f984bd7 |
|
Is it possible to change "Run COM Registration Fixing tool..." to "T" and "Reload plugins" to "R"? Two reasons:
|
Member
|
Please open a new issue (feature request) thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Closes #15362
Summary of the issue:
"Add-on store" item has been added with "S" as a shortcut key in NVDA tools menu in NVDA 2023.2.
Unfortunately "S" was already used for "Speech viewer" (as its first letter), even if it was not defined explicitly. Now that there is an explicit mapping for "Add-on store", implicit shortcut key definition for "Speech viewer" becomes masked and does not work anymore.
In case the add-ons add new items in the menus with explicit definition of shortcut keys, other menu item that only use implicit definition of the shortcut key may be masked as well.
Description of user facing changes
Explicitly define shortcut keys in main NVDA menu and avoid collisions (i.e. two times the same letter in the same menu).
Description of development approach
In main NVDA menu:
In "Tools" submenu:
Help menu:
Testing strategy:
Known issues with pull request:
There may still be shortcut collisions or masked implicit definitions in this menu for items added by add-ons. It's up to add-on author to adapt if needed.
Change log entries:
Not needed
Code Review Checklist: