mltony / nvda-sentence-nav

SentenceNav is an NVDA add-on that allows you to read text by sentences, as opposed to by paragraphs or words.
GNU General Public License v2.0
13 stars 8 forks source link

nvda-sentence-nav

SentenceNav is an NVDA add-on that allows you to read text by sentences, as opposed to by paragraphs or words.

Please note that "Jump to next paragraph with text" feature has been move to TextNav add-on that needs to be installed separately.

Keystrokes

Please note that "Jump to next paragraph with text" feature has been move to TextNav add-on that needs to be installed separately.

Notes and known issues

Algorithm

SentenceNav uses a regular expression to find sentence boundaries. The regular expression is looking for:

Phrase detection is performed by another regular expression, that matches:

Other settings

Source code

Source code is available at http://github.com/mltony/nvda-sentence-nav.

Downloads