Skip to content

Commit

Permalink
Minor user guide clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed May 19, 2022
1 parent 9c212e6 commit c2f83a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ When in the table view of added books:
NVDA provides support for the Windows command console used by Command Prompt, PowerShell, and the Windows Subsystem for Linux.
The console window is of fixed size, typically much smaller than the buffer that holds the output.
As new text is written, the content scroll upwards and previous text is no longer visible.
On Windows versions before Windows 11 Sun Valley 2, text in the console that is not visibly displayed in the window is not accessible with NVDA's text review commands.
On Windows versions before Windows 11 22H2, text in the console that is not visibly displayed in the window is not accessible with NVDA's text review commands.
Therefore, it is necessary to scroll the console window to read earlier text.
In newer versions of the console and in Windows Terminal, it is possible to review the entire text buffer freely without the need to scroll the window.
%kc:beginInclude
Expand Down Expand Up @@ -1895,7 +1895,7 @@ It does not affect the modern Windows Terminal.
In Windows 10 version 1709, Microsoft [added support for its UI Automation API to the console https://devblogs.microsoft.com/commandline/whats-new-in-windows-console-in-windows-10-fall-creators-update/], bringing vastly improved performance and stability for screen readers that support it.
In situations where UI Automation is unavailable or known to result in an inferior user experience, NVDA's legacy console support is available as a fallback.
The Windows Console support combo box has three options:
- Automatic: Uses UI Automation in the version of Windows Console included with Windows 11 Sun Valley 2 and later. This option is recommended and set by default.
- Automatic: Uses UI Automation in the version of Windows Console included with Windows 11 version 22H2 and later. This option is recommended and set by default.
- UIA when available: Uses UI Automation in consoles if available, even for versions with incomplete or buggy implementations. While this limited functionality may be useful (and even sufficient for your usage), use of this option is entirely at your own risk and no support for it will be provided.
- Legacy: UI Automation in the Windows Console will be completely disabled, so the legacy fallback will always be used.
-
Expand Down

0 comments on commit c2f83a6

Please sign in to comment.