Skip to content

Commit

Permalink
Use legacy winConsole support by default for 2019.3 as there are stil…
Browse files Browse the repository at this point in the history
…l users in the community for whom the new support is very problematic. (#10682)
  • Loading branch information
michaelDCurran committed Jan 14, 2020
1 parent b8347bd commit b00c3f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion source/config/configSpec.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
[UIA]
enabled = boolean(default=true)
useInMSWordWhenAvailable = boolean(default=false)
winConsoleImplementation= option("auto", "legacy", "UIA", default="auto")
winConsoleImplementation= option("auto", "legacy", "UIA", default="legacy")
[terminals]
speakPasswords = boolean(default=false)
Expand Down
3 changes: 0 additions & 3 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ What's New in NVDA
= 2019.3 =

== New Features ==
- In Command Prompt, PowerShell, and the Windows Subsystem for Linux on Windows 10 October 2018 Update and later:
- Vastly improved performance and stability. (#9771)
- Reporting of typed text that does not appear onscreen (such as passwords) can now be enabled via an option in NVDA's advanced settings panel. (#9649)
- The accuracy of the move mouse to navigator object command has been improved in text fields in Java applications. (#10157)
- Added support for the following Handy Tech Braille displays (#8955):
- Basic Braille Plus 40
Expand Down

0 comments on commit b00c3f1

Please sign in to comment.