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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
The available options are:
14
14
* Liblouis (default): Uses formatting markers defined in the selected braille table.
15
15
* Tags: Uses start and end tags to denote where certain font attributes begin and end. (#16864)
16
+
* When the "Read by paragraph" option is enabled, NVDA can now be configured to indicate the start of paragraphs in braille. (#16895, @nvdaes)
16
17
* The timeout to perform a multiple keypress is now configurable; this may be especially useful for people with dexterity impairment. (#11929, @CyrilleB79)
If "Read by paragraph" is checked, the selected start marker will be displayed to indicate the start of a paragraph.
2169
+
This can be especially helpful in applications used to read large pieces of text, like structured documents or books.
2170
+
In such documents, knowing where paragraphs start may be useful to understand the structure of the content, or to set bookmarks or annotations based on paragraph position.
2171
+
2172
+
The options include using double space for softer paragraph breaks, or alternatively the paragraph symbol, Pilcrow (¶), for more obvious paragraph breaks.
0 commit comments