Skip to content

Commit

Permalink
Role back nvaccess#10682.
Browse files Browse the repository at this point in the history
This reverts commit b00c3f1.
  • Loading branch information
codeofdusk committed Jan 23, 2020
1 parent 0d870ac commit 08b6892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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="legacy")
winConsoleImplementation= option("auto", "legacy", "UIA", default="auto")
[terminals]
speakPasswords = boolean(default=false)
Expand Down
3 changes: 3 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Although these changes do break compatibility with older NVDA add-ons, the upgra
Other highlights in this release include 64 bit support for Java VMs, Screen Curtain and Focus Highlight functionality, support for more braille displays and a new Braille viewer, and many many other bug fixes.

== 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 08b6892

Please sign in to comment.