Skip to content
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

displaying the numeric value of the character (in decimal and hexadecimal) in braille #14826

Closed
surfer0627 opened this issue Apr 13, 2023 · 0 comments · Fixed by #14837
Closed
Labels
component/braille-ux User experience for braille p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Milestone

Comments

@surfer0627
Copy link
Contributor

Steps to reproduce:

  1. Press numpad2 three times: reports the numeric value of the character in decimal and hexadecimal.

Actual behavior:

speech: NVDA reads the numeric value of the character in decimal and hexadecimal.

Expected behavior:

displaying the numeric value of the character (in decimal and hexadecimal) in braille.

System configuration

NVDA installed/portable/running from source:

installed

NVDA version:

NVDA 2022.4

Windows version:

Windows 10 22H2 (AMD64) build 19045.2728

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

No.

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@seanbudd seanbudd added p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. component/braille-ux User experience for braille labels Apr 18, 2023
seanbudd pushed a commit that referenced this issue Apr 19, 2023
Fixes #14826

Summary of the issue:
When pressing 3 times numpad2, the character number is reported by speech (both in decimal form and hexadecimal form). However, for braille users it would be useful to have this information.

Description of user facing changes
When pressing three times numpad2 to call the script "Report current character in review", the reported information (character number in decimal and hexadecimal) is also reported in braille, not only by speech.
First press and second press of this script remain unchanged since:

First press only report the current character which is already available at the review cursor's position on the braille display, provided that the braille follows automatically (default settings) or review.
Second press is a feature dedicated to speech users, when they cannot hear correctly the character name.
Description of development approach
Added a braille update as done in ui.message. We do not use directly ui.message since the hex value has to be spelt.
@nvaccessAuto nvaccessAuto added this to the 2023.2 milestone Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/braille-ux User experience for braille p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants