nvda
nvda copied to clipboard
If command for report the Word comment pressed twice, presents the information in browse mode
Link to issue number:
This is a minor change that improves one command for Microsoft Word.
Summary of the issue:
The text of comments often contains important voluminous information that is difficult to perceive in the mode of pronouncing a full phrase.
This pull request adds the ability to present the text of a comment in browse mode by pressing command twice (NVDA+Alt+C).
Description of user facing changes
The previously existing command for Microsoft Word (NVDA+Alt+C) gained additional functionality when it is pressed twice.
Description of development approach
- A handler for the number of presses has been added to the script (if repeats).
- If pressed twice, presents the information in browse mode (ui.browseableMessage).
Testing strategy:
To test, just press the NVDA+Alt+C command twice on the comment.
The changes do not contain new code to interact with the operating system and Word application.
Known issues with pull request:
No issues known. Since the change does not contain new code to interact with the operating system and Word application, it is not expected to affect any other functionality of NVDA.
Code Review Checklist:
- [x] Documentation:
- Change log entry
- User Documentation
- Developer / Technical Documentation
- Context sensitive help for GUI changes
- [ ] Testing:
- Unit tests
- System (end to end) tests
- Manual testing
- [x] UX of all users considered:
- Speech
- Braille
- Low Vision
- Different web browsers
- Localization in other languages / culture than English
- [x] API is compatible with existing add-ons.
- [x] Security precautions taken.