Category: Blind Engineering

  • First Version of UIAList

    I created a Windows application called UIAList. It’s open source and available on slohmaier/UIAList on GitHub.

    It helps screenreader users by listing all available controls in the current window. The list can be searched. You can click, double click or focus the selected control.

    In this first version all basic functionality is available. There might be some issues with the list or the click and focus actions. If so please open an issue on GitHub.

  • LanguageIdent 0.3.1

    There is a bug in 0.3.0, that prevents from saving settings. This bug is fixed in 0.3.1 release.

  • LanguageIdent 0.3.0

    Someone pointed out to me that my plugin, LanguageIdent for NVDA, was no longer working with the NVDA 2024 beta. After some tests, I decided to switch the language identification library from langid to langdetect. This minimizes dependencies, and the plugin no longer ships with libraries in the addon.

    Next on the roadmap: translations and comboboxes for selecting which voice to use for a language.