Re: No Headphones: Demo of simultaniously using NVDA Screen Reader and Talon Voice Control software
Hi all,
I think we can directly speak the contents of the recognized text. Give me a week, because I have talon setup and should be able to get this working.
The trouble with the dictationBridge add-on is that it runs on dated versions of NVDA.
Pranav From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Tara Roys
Sent: Wednesday, December 28, 2022 4:34 AM To: nvda@nvda.groups.io Subject: Re: [nvda] No Headphones: Demo of simultaniously using NVDA Screen Reader and Talon Voice Control software
It’a not a setting, it’s a hack. Every time I dictate something, I use Talon to copy the phrase I just said to the clipboard, and then use talon to press the key combination NVDA-c to read the clipboard. So no, echo is not something NVDA does natively, but there are a couple of projects like mine and like DictationBridge that do it for you.
For an experienced talon user like me, setting up a very basic echo in talon was as simple as modifying the default dictation command in the configuration file dictation-mode.talon to look like this:
<user.raw_prose>: user.dictation_insert(raw_prose) clip.set(raw_prose) key(insert:down c insert:up)
So that’s how I do it. Other folks do it using dictationbridge:
On Tue, Dec 27, 2022 at 3:38 PM Milton Charlton <milton.charlton@...> wrote:
|
|