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

Touch keyboard: announce non-alphanumeric keys with punctuation set to characters #4609

Open
nvaccessAuto opened this issue Nov 8, 2014 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by nvdakor on 2014-11-08 02:38
Hi,
As NVDA can announce non-alphanumeric keys while speak typed chars is on, I believe this should also be extended to touch keyboard on Windows 8/8.1. That is, regardless of whether typed chars should be spoken or not, a touch user using a touch keyboard on tablets such as Lenovo Yoga, MS Surface and such should be able to hear whether the character under his or her finger is an alphanumeric char or not. As of now, while using touch keyboard, only certain keys such as letters, numbers and some punctuation are announced thanks to hover up gesture.
A possible implementation strategy might be to add a check in hover up gesture to announce the key under a user's finger if we're working with Touch and Handwriting Panel (taptip.exe).
Thanks.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-11-09 22:06
If you have symbol level set to all, it should read punctuation and other symbols. I'm not suggesting this is an acceptable solution, just pointing it out and noting it as a temporary workaround.

Technical: The issue is that the label of a key is just communicated normally via the name property, which means it's just spoken normally. We really want it to be spoken using speakSpelling instead when it's just a single character. For now, the only way we could do this would be special support in speakSpelling.

@LeonarddeR
Copy link
Collaborator

@josephsl: Could you provide a status update for this issue?

@josephsl
Copy link
Collaborator

josephsl commented Feb 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants