From c4073a62c8dab71996adf68e1aeca45139c9c7f9 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Tue, 21 Jun 2022 12:26:45 -0700 Subject: [PATCH] Fix-up changes for UIA by default This commit fixes the link to the microsoft/terminal PR and adds a note to help users check their API level. I wasn't sure how to override the t2t preproc directive to write a raw hash symbol for the microsoft/terminal PR, so I didn't use it. Feel free to amend with an escaped hash. --- user_docs/en/changes.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 9cb720c1f76..cf221d5f8d7 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -12,7 +12,7 @@ What's New in NVDA - Reporting of typed text that does not appear onscreen (such as passwords) is disabled by default. It can be re-enabled in NVDA's advanced settings panel. (#11554) - Text that has scrolled offscreen can be reviewed without scrolling the console window. (#12669) - - More detailed text formatting information is available. (microsoft/terminal#10336) + - More detailed text formatting information is available. ([microsoft/terminal PR 10336 https://github.com/microsoft/terminal/pull/10336]) - - @@ -30,6 +30,7 @@ It can be re-enabled in NVDA's advanced settings panel. (#11554) == Changes for Developers == - In builds of Windows Console (``conhost.exe``) with an NVDA API level of 2 (``FORMATTED``) or greater, such as those included with Windows 11 version 22H2 (Sun Valley 2), UI Automation is now used by default. (#10964) - This can be overridden by changing the "Windows Console support" setting in NVDA's advanced settings panel. + - To find your Windows Console's NVDA API level, set "Windows Console support" to "UIA when available", then check the NVDA+F1 log opened from a running Windows Console instance. - -