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/changes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ As a consequence, announcement of first line indent is now supported for LibreOf
36
36
* In Word, the selection update is now reported when using Word commands to extend or reduce the selection (`f8` or `shift+f8`). (#3293, @CyrilleB79)
37
37
* In Microsoft Word 16.0.18226 and higher or when using Word object model, NVDA will now report if a heading is collapsed in both speech and braille. (#17499)
38
38
* NVDA is now able to report caret changes when pressing `alt+upArrow` or `alt+downArrow` gestures, for example in Visual Studio. (#17652, @LeonarddeR)
39
+
* Added a general setting to prevent the display turning off during say all or reading with braille.
40
+
This option is enabled by default, but can possibly result in shorter battery life.
41
+
If you suspect this option is negatively impacting your battery life, you're advised to disable it. (#17649, @LeonarddeR)
39
42
* Rate boost is now supported when using Microsoft Speech API version 5 (SAPI5) and Microsoft Speech Platform voices, which supports up to 6X speed. (#17606, @gexgd0419)
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1846,6 +1846,18 @@ If you wish to change the update mirror, press the "Change..." button to open th
1846
1846
Please note that when using an update mirror, the operator of the mirror has access to all [information sent with update checks](#GeneralSettingsCheckForUpdates).
1847
1847
Contact the operator of the update mirror for details of their data handling policies to ensure you are comfortable with the way your information will be handled before setting an update mirror.
1848
1848
1849
+
##### Prevent display from turning off during say all or reading with braille {#PreventDisplayTurnOff}
1850
+
1851
+
This option ensures that the display stays on when reading with say all or with braille (e.g. when pressing scroll buttons).
1852
+
This avoids the situation where the screen unexpectedly locks during a say all.
1853
+
This option is enabled by default.
1854
+
Consider disabling this option if you are suffering from a shorter battery life.
0 commit comments