You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pkra
changed the title
walking past the end
walking past the end of a subexpression
Jul 13, 2018
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).
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.
The text was updated successfully, but these errors were encountered: