Hi, I'm trying to get next focus control when pressing Enter key on a
textctrl, is there a native function?
Or send an event press tab key, in visual basic it would be:
SendKeys.Send("{TAB}")
Theres also a module name SendKeys for python but it's only windows i
think it use API
Thanks