You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1905,12 +1905,16 @@ If you wish to distribute custom code to others, you should package it as an NVD
1905
1905
This button opens the directory where you can place custom code while developing it.
1906
1906
This button is only enabled if NVDA is configured to enable loading custom code from the Developer Scratchpad Directory.
1907
1907
1908
-
==== Enable selective registration for UI Automation events and property changes ====[AdvancedSettingsSelectiveUIAEventRegistration]
1908
+
==== Registration for UI Automation events and property changes ====[AdvancedSettingsSelectiveUIAEventRegistration]
1909
1909
This option changes how NVDA registers for events fired by the Microsoft UI Automation accessibility API.
1910
-
When this option is disabled, NVDA registers for many UIA events that are processed and discarded within NVDA itself.
1911
-
This has a major negative impact on performance, especially in applications like Microsoft Visual Studio.
1912
-
Therefore, when this option is enabled, NVDA will limit event registration to the system focus for most events.
1910
+
The registration for UI Automation events and property changes combo box has three options:
1911
+
- Automatic: "selectively" on Windows 11 and later, "globally" otherwise.
1912
+
- Selectively: NVDA will limit event registration to the system focus for most events.
1913
1913
If you suffer from performance issues in one or more applications, We recommend you to try this functionality to see whether performance improves.
1914
+
However, on older versions of Windows, NVDA may have trouble tracking focus in some controls (such as the task manager and emoji panel).
1915
+
- Globally: NVDA registers for many UIA events that are processed and discarded within NVDA itself.
1916
+
While focus tracking is more reliable in more situations, performance is significantly degraded, especially in applications like Microsoft Visual Studio.
1917
+
-
1914
1918
1915
1919
==== Use UI automation to access Microsoft Word document controls ====[MSWordUIA]
1916
1920
Configures whether or not NVDA should use the UI Automation accessibility API to access Microsoft Word documents, rather than the older Microsoft Word object model.
0 commit comments