From 8a36e4e016256a91e19a606caef6bc5dd75eb8b9 Mon Sep 17 00:00:00 2001 From: Reef Turner Date: Fri, 20 Aug 2021 18:13:30 +0800 Subject: [PATCH] fixup! Reintroduce code from PR #11856 --- user_docs/en/changes.t2t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 82bdd0d16cc..2e9b409eb7c 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -17,6 +17,8 @@ What's New in NVDA - Espeak-ng has been updated to 1.51-dev commit ``74068b91bcd578bd7030a7a6cde2085114b79b44``. (#12665) - NVDA will default to eSpeak if no installed OneCore voices support the NVDA preferred language. (#10451) - If OneCore voices consistently fail to speak, revert to eSpeak as a synthesizer. (#11544) +- By default, every symbol is now spoken when navigating by word. +This can be toggled in the Preferences dialog or with a new (unassigned) command. (#11779) - @@ -59,8 +61,6 @@ To ensure security, confirm that screen curtain works properly with new or exper == Changes == -- NVDA now speaks by default every symbol when navigating by word. -This can be toggled in the Preferences dialog or with a new (unassigned) command. (#11779) - Espeak-ng has been updated to 1.51-dev commit ``ab11439b18238b7a08b965d1d5a6ef31cbb05cbb``. (#12449, #12202, #12280, #12568) - If article is enabled in the user preferences for document formatting, NVDA announces "article" after the content. (#11103) - Updated liblouis braille translator to [3.18.0 https://github.com/liblouis/liblouis/releases/tag/v3.18.0]. (#12526)