Open pkra opened 6 years ago
I've modified the title. Moving the focus past the expression would be enormously helpful but AFAIK not doable in today's AT landscape.
Could be done with a new walker in SRE. Do you want to try writing your own? You could start by subclassing the syntax walker and experimentally map a key to a "hardRight/Left" that calls "up right/left down" of the super class. (You have to be a bit careful if you are at the rightmost element on a level already).
Could be done with a new walker in SRE.
Copy that.
Do you want to try writing your own?
Thanks, I might try that.
While exploring lower levels, I would like to be able to move past the aural cue to the next reasonable element, i.e., without having to move one up and one over and then down again.
For me, "reasonable" might be something like "parent.nextSibling.firstchild" (in the walker's tree). A special action (such as long-press or modifier keys) would be reasonable as well but perhaps not even necessary.