Skip to content

Commit

Permalink
Fix-up changes for UIA by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
codeofdusk committed Jun 21, 2022
1 parent b817b03 commit c4073a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -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])
-
-

Expand All @@ -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.
-
-

Expand Down

0 comments on commit c4073a6

Please sign in to comment.