I have a non-editable text view (I can make it a text field, it doesn't matter). I change it programmatically when a user presses a button. I want VoiceOver to announce the change without moving the cursor. So the VO cursor stays on the textView/Field and when the text changes, just announce the change.
I'm trying to get this to work with a braille display.
I've tried posting an NSAccessibilityValueChangedNotification
but so far I get absolutely nothing.