Re: Exploring LibreOffice Accessibility with Accerciser.
Jason White <[email protected]>
| Newsgroups | gmane.comp.gnome.accessibility.general |
|---|---|
| Message-ID | <[email protected]> |
Dattatray Bhat <[email protected]> wrote: > Thus at-spi holds information only for those document elements which are > visible on the screen. Can anybody please suggest a way to access the > document elements which have moved out of the screen? Why do you want to do this? Presumably your accessibility application interacts with the user, and there is a means by which the user can issue a command (for example, page-down) to move the cursor on screen. You can simulate key events with the accessibility API, so even if the user can't physically operate a keyboard, you can still provide for keyboard input by another means.