
NVDA 插件开发实践第五篇: 实现功能了吗?还差点啥?有哪些调试技巧? - NVDA …
2025年1月14日 · NVDAObject 是 NVDA 对屏幕上各种 UI 元素进行的统一抽象。无论这些元素来自 MSAA、UIAutomation、JAB 还是其他辅助功能接口,NVDA 都会将其转换为 NVDAObject。这种抽象使得我们可以使用一套统一的 API 来访问和操作不同的屏幕元素,而无需关心底层辅助功能 …
NVDA 插件开发实践第六篇: 更进一步,丢掉魔术数字,正则表达式来帮忙 - NVDA …
2025年3月19日 · 如果没有找到匹配的子对象,或者状态栏对象或子对象列表不存在,则使用 ui.message 给出相应的提示信息,例如 "未找到行号信息" 或 "未找到状态栏"。 这样的修改,使得我们的插件不再依赖硬编码的索引值,而是通过正则表达式 动态 地查找行号信息子对象 ...
NVDA 插件开发实践第四篇: 开发插件就是把一堆实验代码整理出来 - NVDA …
2025年1月4日 · 在 NVDA 的用户配置目录下有个名为 scratchpad 的目录,这里就是用来执行 NVDA 插件实验性代码的地方,进入这个目录,你会发现以下子目录: appModules; brailleDisplayDrivers; contentRecognizers; globalPlugins; imageDescribers; synthDrivers; visionEnhancementProviders
NVDA 2024.4.2 Developer Guide - NV Access
2024年4月2日 · This guide provides information concerning NVDA development, including translation and the development of components for NVDA. Add-on API stability. The NVDA Add-on API includes all NVDA internals, except symbols that are prefixed with an underscore.
NVDA 开发者中文技术指南 - 知乎 - 知乎专栏
NVDA是一款开源的免费屏幕阅读器软件,能够在Windows操作系统上帮助视力障碍人士使用电脑。 本文试图概述NVDA的技术设计和体系结构。 这本质上必然是技术性的说明文档。 在尝试理解NVDA的设计之前,您应该对编程及面向对象的编程概念有一定的了解,尤其是对Python有基本的了解。 有关详细信息,请参阅相关代码文档。 Caret: 插入光标,系统光标;即在使用常规光标键时通常移动的光标。 Script: 脚本,响应用户输入而执行的函数,例如从键盘按下按键,操作点字 …
Build microsoft-ui-uiautomation to be used by NVDA. - GitHub
Creates NVDAs binary dependencies on the microsoft-ui-uiautomation library. Builds the open source Microsoft-UI-UIAutomation Remote Operations library from https://github.com/microsoft/microsoft-ui-uiautomation. This library contains both a low-level winrt API, and a higher-level pure C++ API.
NVDA Add on Development Guide - nvdaaddons/DevGuide …
2025年2月1日 · Welcome to the NVDA Add-on Development Guide. This is the one-stop guide on how to develop NVDA add-ons. This guide also explains some useful code segments from the NVDA core source code, which highlight concepts for you, as you learn to write add-ons. For more information on NVDA development, please visit the NVDA GitHub page.
[模式] 瀏覽模式與焦點模式(下) - 教學區 | NVDA 台灣
nvda 是一個可以高度客制化設定的導讀軟體,想要在哪個應用程式朗讀什麼屬性都可以自行設定。 結論 一般說來,瀏覽模式是唯讀的,不允許與元素互動,當然少數元件例外。
nvda@nvda.groups.io | ui automation
2021年7月13日 · NVDA does not use UIA for Word or Excel by default, but the options are available in NVDA's advanced settings. In some cases it can be worth trying them if something is not working in Word (or Excel), but if you are unsure, ask here or ask us at info@...
nvdaaddons/DevGuide: NVDA Community Add-ons Development Guide - GitHub
This repository contains documentation on NVDA add-ons, including add-on development guide, various user guides for add-ons and notes on add-on internals. A letter from the NVDA Community Add-on reviewers
- 某些结果已被删除