Not sure if this is a bad idea, but I'd like an #NVDA setting to turn off the reading of URLs. Specifically, if something is identified as a URL on the text, it could just say URL, or if we want a bit more specificity, web URL, FTP URL, or whatever. Thoughts? I suppose this might be possible to do with a user ditionary.
modulux
in reply to modulux • • •Jeffrey D. Stark
in reply to modulux • • •modulux
in reply to Jeffrey D. Stark • • •Kara Goldfinch
in reply to modulux • • •modulux
in reply to Kara Goldfinch • • •Kara Goldfinch
in reply to modulux • • •modulux
in reply to Kara Goldfinch • • •modulux
in reply to modulux • • •Alright, this is simple enough to achieve through user configuration.
Go to NVDA, preferences, speech dictionary, default dictionary and add this pattern as a regular expression: "\w+://\S+"
Substitute with "URL." With a dot at the end to get a little pause. And that's more or less done.
modulux
in reply to modulux • • •Peter Vágner
in reply to modulux • •modulux
in reply to Peter Vágner • • •