You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1835,10 +1835,16 @@ This setting controls whether characters are spoken by [speak typed characters #
1835
1835
==== Use the new typed character support in Windows Console when available ====[AdvancedSettingsKeyboardSupportInLegacy]
1836
1836
This option enables an alternative method for detecting typed characters in Windows command consoles.
1837
1837
While it improves performance and prevents some console output from being spelled out, it may be incompatible with some terminal programs.
1838
-
This feature is available and enabled by default on Windows 10 versions 1607 and later when UI Automation is unavailable or disabled.
1838
+
This feature is available and enabled by default on Windows 10 versions 1607and later when UI Automation is unavailable or disabled.
1839
1839
Warning: with this option enabled, typed characters that do not appear onscreen, such as passwords, will not be suppressed.
1840
1840
In untrusted environments, you may temporarily disable [speak typed characters #KeyboardSettingsSpeakTypedCharacters] and [speak typed words #KeyboardSettingsSpeakTypedWords] when entering passwords.
1841
1841
1842
+
==== Detect changes by character when available ====[AdvancedSettingsUseDMPWhenAvailable]
1843
+
This option enables an alternative method for detecting output changes in terminals.
1844
+
It may improve performance when large volumes of text are written to the console and allow more accurate reporting of changes made in the middle of lines.
1845
+
However, it may be incompatible with some applications.
1846
+
This feature is available and enabled by default on Windows 10 versions 1607 and later.
1847
+
1842
1848
==== Attempt to cancel speech for expired focus events ====[CancelExpiredFocusSpeech]
1843
1849
This option enables behaviour which attempts to cancel speech for expired focus events.
1844
1850
In particular moving quickly through messages in Gmail with Chrome can cause NVDA to speak outdated information.
0 commit comments