Re: How to provide input to the screen reader in a Tk application?

Samuel Thibault <[email protected]> Thu, 14 Mar 2019 10:18:45 +0100
Newsgroups gmane.comp.gnome.accessibility.general
Organization I am not organized
Message-ID <20190314091845.oydidehsqdnrjzgs@function>
Aivar Annamaa via gnome-accessibility-list, le jeu. 14 mars 2019 10:31:53 +0200, a ecrit:
> On 13.03.19 20:11, Joanmarie Diggs wrote:
> > Orca works entirely based on interacting with AT-SPI2. Thus there is no
> > way to provide direct input to it.
> 
> But can I send something to AT-SPI2 without involving widgets?

AT-SPI2 is only about widgets.

At best, if you just want something spoken, you can send it directly to
speech-dispatcher.

Samuel