欢迎加入运维网交流群:263444886
今天很高兴的宣布,屏幕阅读器NVDA2015.3正式发布了。
此次更新的亮点包括对 Windows10的初步支持,允许停用浏览模式的单键导航(对于某些 web 程序很有用),增强对 Internet Explorer 的支持,在点字输出打开的前提下输出乱码的解决。
新特性
在 Firefox, NVDA 不会在焦点移动到 ARIA tab 面板的时错误的读出内容。 (#4638)在 Internet Explorer 和其他 MSHTML controls中,切换到区域、控件或对话框不会再错误的读出整个对话框的内容。 (#5021, #5025)修复-Baum/HumanWare/APH 所有按键松开之后还输出a0的问题 (#3541)移除使用> Changes for Developers
You can now inject raw input from a system keyboard that is not handled natively by Windows (e.g. a QWERTY keyboard on a braille display) using the new keyboardHandler.injectRawKeyboardInput function. (#4576)eventHandler.requestEvents has been added to request particular events that are blocked by default; e.g. show events from a specific control or certain events even when in the background. (#3831)Rather than a single i18nName attribute, synthDriverHandler.SynthSetting now has separate displayNameWithAccelerator and displayName attributes to avoid reporting of the accelerator in the synth settings ring in some languages.For backwards compatibility, in the constructor, displayName is optional and will be derived from displayNameWithAccelerator if not provided. However, if you intend to have an accelerator for a setting, both should be provided.The i18nName attribute is deprecated and may be removed in a future>