Rewrote the paragraph describing ways to access the NVDA menu, in user guide section "The NVDA Menu"#14936
Merged
Conversation
added 2 commits
May 19, 2023 05:03
…r guide section "The NVDA Menu". * Since there were several ways already, and #14929 asked to add another one: put all the ways in a list. * Described the Shift+F10 alternative to the Applications key. * Added code markers around all keys in that section, except "Windows logo key+B", which is written differently. * Moved the right-click mouse option to last, since it is the least likely for a blind user.
See test results for failed build of commit f8f84d52f0 |
seanbudd
reviewed
May 31, 2023
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
seanbudd
reviewed
Jun 1, 2023
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Fixes #14929
Summary of the issue:
Some users do not know that Shift+F10 is an alternative to the Applications key for accessing the Context menu.
As a good reason to provide this information in the user guide, make note of it in the first place which describes use of the Applications key: accessing the NVDA menu.
Description of user facing changes
Altered the user guide section in question as follows:
Description of development approach
Edited text. Saved text. Made commits. Did it some more.
Testing strategy:
Have @Qchristensen read over the proposed changes. (Pending)
Known issues with pull request:
None.
Change log entries:
Changes
Listed all of the possible ways to reach the NVDA menu in the user guide, mentioning that Shift+F10 is an alternative to the Applications key for accessing the context menu.
Code Review Checklist: