m-rei
m-rei
> This is something that can't be really implemented automatically but would have to be done by your app. The reason is, unless something is focused, key events will reach...
> With keyboard scrolling, consider an app that has two list views side by side. If neither is focused, which one should be scrolled by the keyboard? You keep coming...
> Would it satisfy your feature request for the collection widgets (List, GridWrap, Tree, and Table) to respond to Home/End/PageUp/PageDown when focused? That could be easily added as it fits...
> And if you'd like to make a PR we can provide guidance Yes, would be nice. I have implemented it for the List widget already. Table, Tree and GridWrap...