Howdy Andy,
As far as i know, orca supports custom scripting. The cases you described are very specific to developer needs and not every user might want to have this. So i guess a custom script is the best here as well.
Here some of my orca scripting playgrounds as examples:
A small, non invasive plugin system for orca ( developed, tested and used every day on Archlinux)
Here a set of example plugins.
Here an older test to make a say clipboard functionality. Its converted to an plugin later:
I hope this can give you some inspiration.
Cheers chrys
Hi,Some time ago, Orca had a speak size/location feature implemented. It works great. However, I am in need of more size/location features. I need a way to do the following.* Move from object to object: parent, children, sibling, etc.* Check size/location based on a selected parent object.* Put focus on objects that have a focusable flag set to False.* See the left, top, right, bottom, height, and width of an object (top, left, height, and width are already covered).For an example, see this NVDA add-on I am working on: www.github.com/ajborka/nvda_developer_toolkit.If someone can't implement this, where should I get started making scripts to do this?_______________________________________________orca-list mailing listorca-list gnome orghttps://mail.gnome.org/mailman/listinfo/orca-listOrca wiki: https://wiki.gnome.org/Projects/OrcaOrca documentation: https://help.gnome.org/users/orca/stable/GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html
|