pazz / urwidtrees

tree widgets for urwid
GNU General Public License v3.0
52 stars 18 forks source link

Doc/Howto up-down navigate at current depth? #40

Closed ghost closed 7 years ago

ghost commented 7 years ago

In trying the demos the up and down keys walked into every child, I couldn't figure out (as a dumb user) how to jump to the next sibling, which is what i feel like up and down should do instead of walking to the next child. Is that configurable? (i didn't see it in my rushed view of the examples/docs)

pazz commented 7 years ago

Those are hardcoded ut you can over-ride the TreeBox.keypress method if you prefer other keypresses.. https://github.com/pazz/urwidtrees/blob/master/urwidtrees/widgets.py#L129