I' m trying to see if it is possible to write a keyboard only wxpython program. All of the tutorials I'm finding on the web when run have no focused control at all. That's fine if you expect the user to click with a mouse.
I'll try to give a small example of what I want done.
I have small form with a panel on the left and another on the right.
Each panel has several buttons on it.
Using only a keyboard scroll through the buttons on the panel with focus using the arrow keys. Tab between the panels with the tab key.
I already know how to do hot keys for the entire form. I just need control over the visual part of the screen.