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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -597,7 +597,7 @@ You can then move past the list if you wish to access other objects.
597
597
Similarly, a toolbar contains controls, so you must move inside the toolbar to access the controls in the toolbar.
598
598
599
599
If you yet prefer to move back and forth between every single object on the system, you can use commands to move to the previous/next object in a flattened view.
600
-
For example, if you move to the next object in this flattened view and the current object contains other objects, NVDA will automatically move to the first object that contains it.
600
+
For example, if you move to the next object in this flattened view and the current object contains other objects, NVDA will automatically move to the first object that it contains.
601
601
Alternatively, if the current object doesn't contain any objects, NVDA will move to the next object at the current level of the hierarchy.
602
602
If there is no such next object, NVDA will try to find the next object in the hierarchy based on containing objects until there are no more objects to move to.
603
603
The same rules apply to moving backwards in the hierarchy.
@@ -2236,6 +2236,14 @@ This setting contains the following values:
2236
2236
- Always: where ever UI automation is available in Microsoft word (no matter how complete).
2237
2237
-
2238
2238
2239
+
==== Use UI automation to access Microsoft Excel spreadsheet controls when available ====[UseUiaForExcel]
2240
+
When this option is enabled, NVDA will try to use the Microsoft UI Automation accessibility API in order to fetch information from Microsoft Excel Spreadsheet controls.
2241
+
This is an experimental feature, and some features of Microsoft Excel may not be available in this mode.
2242
+
For instance, NVDA's Elements List for listing formulas and comments, and Browse mode quick navigation to jump to form fields on a spreadsheet features are not available.
2243
+
However, for basic spreadsheet navigating / editing, this option may provide a vast performance improvement.
2244
+
We still do not recommend that the majority of users turn this on by default, though we do welcome users of Microsoft Excel build 16.0.13522.10000 or higher to test this feature and provide feedback.
2245
+
Microsoft Excel's UI automation implementation is ever changing, and versions of Microsoft Office older than 16.0.13522.10000 may not expose enough information for this option to be of any use.
2246
+
2239
2247
==== Windows Console support ====[AdvancedSettingsConsoleUIA]
2240
2248
: Default
2241
2249
Automatic
@@ -2288,14 +2296,6 @@ The following options exist:
2288
2296
-
2289
2297
-
2290
2298
2291
-
==== Use UI automation to access Microsoft Excel spreadsheet controls when available ====[UseUiaForExcel]
2292
-
When this option is enabled, NVDA will try to use the Microsoft UI Automation accessibility API in order to fetch information from Microsoft Excel Spreadsheet controls.
2293
-
This is an experimental feature, and some features of Microsoft Excel may not be available in this mode.
2294
-
For instance, NVDA's Elements List for listing formulas and comments, and Browse mode quick navigation to jump to form fields on a spreadsheet features are not available.
2295
-
However, for basic spreadsheet navigating / editing, this option may provide a vast performance improvement.
2296
-
We still do not recommend that the majority of users turn this on by default, though we do welcome users of Microsoft Excel build 16.0.13522.10000 or higher to test this feature and provide feedback.
2297
-
Microsoft Excel's UI automation implementation is ever changing, and versions of Microsoft Office older than 16.0.13522.10000 may not expose enough information for this option to be of any use.
2298
-
2299
2299
==== Report live regions ====[BrailleLiveRegions]
2300
2300
: Default
2301
2301
Enabled
@@ -2682,7 +2682,7 @@ To list add-ons only for specific channels, change the "Channel" filter selectio
2682
2682
+++ Searching for add-ons +++[AddonStoreFilterSearch]
2683
2683
To search add-ons, use the "Search" text box.
2684
2684
You can reach it by pressing ``shift+tab`` from the list of add-ons.
2685
-
Type a keyword or two for the kind of add-on you're looking for, then ``tab`` back to the list of add-ons.
2685
+
Type a keyword or two for the kind of add-on you're looking for, then ``tab`` to the list of add-ons.
2686
2686
Add-ons will be listed if the search text can be found in the add-on ID, display name, publisher, author or description.
2687
2687
2688
2688
++ Add-on actions ++[AddonStoreActions]
@@ -2691,7 +2691,7 @@ For an add-on in the add-on list, these actions can be accessed through a menu o
2691
2691
This menu can also be accessed through an Actions button in the selected add-on's details.
2692
2692
2693
2693
+++ Installing add-ons +++[AddonStoreInstalling]
2694
-
Just because an add-on is available in the NVDA Add-ons Store, does not mean that it has been approved or vetted by NV Access or anyone else.
2694
+
Just because an add-on is available in the NVDA Add-on Store, does not mean that it has been approved or vetted by NV Access or anyone else.
2695
2695
It is very important to only install add-ons from sources you trust.
2696
2696
The functionality of add-ons is unrestricted inside NVDA.
2697
2697
This could include accessing your personal data or even the entire system.
@@ -3112,12 +3112,12 @@ Please see your display's documentation for descriptions of where these keys can
0 commit comments