Closed tig closed 2 months ago
Do you want me to delete the NavigateIf
stuff?
Maybe it doesn't make sense anymore but original idea was for the cursor keys to move to the next logical area of 'primary' views. While the less used buttons (back, up and expand/collapse tree view) had to be tabbed to).
Idea being if you enter a folder path then press down you can cycle the selected files rather than it just moving focus to the Up arrow button.
Primary views that most users will interact with in green, secondary views in red that are less often pressed
I'd much rather use the UI requirements for FileDialog
drive the built-in/default focus model than have FileDialog
do a bunch of complex stuff.
In v2 (now...totally willing to adjust):
(From https://gui-cs.github.io/Terminal.GuiV2Docs/docs/navigation.html#keyboard-navigation):
In v1 this was totally inconsistent.
Ok I will delete all the bespoke logic and see where it gets us.