-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Manually refresh the recognized content with NVDA+f5
in a recognition result
#17715
Conversation
See test results for failed build of commit 3073ea0186 |
f5
in a recognition resultNVDA+f5
in a recognition result
See test results for failed build of commit 5a83e133c5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @CyrilleB79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reads well (with Sean's suggestion)
…on result (#17715) Summary of the issue: Even if not using the automatic refresh of the content recognition, the user may want to update the recognized content once manually. Today, they needs to close the recog result and perform a recognition again. Description of user facing changes In a result of content recognition, the user can now press NVDA+f5 to refresh the result of recognized content. This refresh gesture is the same as the one to refresh the content of virtual buffers. Description of development approach In RefreshableRecogResultNVDAObject, added a script to refresh the recognition result. If automatic recognition is enabled, the script reports an error message.
Link to issue number:
None
Summary of the issue:
Even if not using the automatic refresh of the content recognition, the user may want to update the recognized content once manually. Today, they needs to close the recog result and perform a recognition again.
Description of user facing changes
In a result of content recognition, the user can now press
NVDA+f5
to refresh the result of recognized content. This refresh gesture is the same as the one to refresh the content of virtual buffers.Description of development approach
In
RefreshableRecogResultNVDAObject
, added a script to refresh the recognition result. If automatic recognition is enabled, the script reports an error message.Testing strategy:
Manual test of the script with and without auto-refresh enabled.
Known issues with pull request:
None
Code Review Checklist:
@coderabbitai summary