Robin Dunn wrote:
Frank Millman wrote:
>
> Thanks for the response, Robin. I tried a number of things,
but none of them
> worked.
>Sorry, I think I am lost. Do you have a simple sample?
Sorry about that. Here is a sample app.
I want to navigate the screen using only the keyboard, as follows -
Enter first field, then tab.
The second field is the combobox. Open the popup with either space or F4,
use the up/down arrows to make a selection, then confirm by pressing enter
or tab or space. It closes the popup and navigates to the next field.
Enter third field, then tab, etc, etc.
This is not the native behaviour, but with my modifications I can get it to
work like this on msw.
On gtk2, I can open the combobox with space or F4, but once it is open, it
does not respond to the keyboard at all, it only responds to a mouse click.
Hope this is clearer.
Frank
fm55b.py (5.32 KB)