I have an Inspector window whose name (sometimes) is not ideal for communicating to visually impaired users. Is there a way to change the title reported by availability without changing the actual title of the window?
eg. a window called "Media" may be better reported to visually impaired users as a "Media Browser"
You want to set an override value for the window title. Therefore, if your window is stored in myWindow, you want:
myWindow
[myWindow accessibilitySetOverrideValue:@"Media Browser" forAttribute:(NSString *)kAXTitleAttribute];
Source: https://habr.com/ru/post/1782928/More articles:Good tools for animated maps on a web page - pythonAny downside of using android: onClick? - androidКак вы используете MPMediaItemPropertyPersistentID для воспроизведения музыки в iPhone Music Player Framework? - ios4data structure for representing NFA - data-structuresHow to get around java.lang.UnsupportedOperationException: cannot change environment? - androidCount recursion steps in java - javaHanoi Tower, stop moving - javaAndroid ADB API from C / C ++ Applications - c ++How to add line feed to header style tooltip in firefox? - html0.1 + 0.7% = 0.8 - floating-pointAll Articles