-
-
Notifications
You must be signed in to change notification settings - Fork 784
Improve word echo to read the last added/edited word #8065
Copy link
Copy link
Open
Labels
component/speechfeaturep4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
component/speechfeaturep4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for Feature.
Steps to reproduce:
Expected behavior:
NVDA says: "Text", similar to how iOS word echo works
Actual behavior:
NVDA says: "xt"
Discussion
I propose this as a fix for #7812. Instead of keeping a buffer of entered characters, would it be possible to always announce the most recent entered word (i.e. the word before the cursor) based on the text info for text info implementations that are fast enough?