From the Orca mailing list:
Hey all.
I plan to make all of Orca's commanded executable over DBus. It's going
to be a ton of work and I'm only getting started. That said, I just
landed what I have so far to Orca's main branch.
For users who said Orca must have a means for apps to tell it what to
say, Orca now has that. To try it -- assuming you have the very latest
Orca from the main branch -- do
gdbus call --session --dest org.gnome.Orca.Service --object-path
/org/gnome/Orca/Service --method org.gnome.Orca.Service.PresentMessage
"Bla bla bla I'm a message"
For those saying Orca's speech should be controllable, by other apps,
see what's available by doing:
gdbus call --session --dest org.gnome.Orca.Service --object-path
/org/gnome/Orca/Service/SpeechAndVerbosityManager --method
org.gnome.Orca.Module.ListCommands
Hopefully one of those commands is what you need. To learn more about
how to use them, here's some documentation:
https://gitlab.gnome.org/GNOME/orca/-/blob/main/README-REMOTE-CONTROLLER.md
Please play with it and let me know what you think.
#accessibility #linux #foss #orca #blind