Re: How do I Stop NVDA from saying Blank when I arrow down in a document or email
JOHN RIEHL
Very interesting. Where do I go in NVDA to do this? If this is an elementary question I apologize; I'm a new user.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jonathan COHN via groups.io
Sent: Saturday, October 2, 2021 1:45 PM To: Gene <gsasner@...> Cc: nvda@nvda.groups.io Subject: Re: [nvda] How do I Stop NVDA from saying Blank when I arrow down in a document or email
Hello, rather forcing blank to be changed in pronunciation using a regular expression dictionary entry might be useful. ^ is the beginning of line in regular expressions. $ is the end of line in regular expressions. * in regular expressions means 0 or more of the previous character or pattern So: ^ *$ should match a line with just spaces in it. ( note there is a space between the ^ and the * , also note you might want to turn on all punctuation to read my descriptions above, I can't be sure on this computer how much of NVDA reads of the above special characters. Jonathan
|
|