Re: NVDA problem with hashtag symbol
ChrisLeo
Can you try the regex below in the temporary dictionary?
toggle quoted messageShow quoted text
If the regex works, you can add a globalPlugin that loads a dictionary with this regex: Pattern: (#\w+?)(\d+#) Replacement: \1\2 Select regular expression. Its requires a bit more work, but enhances the usage: 1. Users don't have to edit builtin.dic every time NVDA updates. 2. You can choose to enable or disable the voice sounding. This is just my tip. cheers. Chris. Paolo Leva, 12/01/2017 11:56:
Thanks to all of you, I published the solution on our blog:
|
|