I am using text edit boxes to collect data to store in a SQLite database. In most Windows programs the enter key can be directed to change focus (as in VB). I have not found a way to change focus with the enter key in a text edit box. Trying to capture the key press event has not been particularly successful. There is very little documentation or examples to go by for this particular aspect. The goal is to make a cross platform app (Windows, Vista, Linux, Mac, etc) that works the same on all. I don't want the Windows conventions to dominate but this one is fairly common and expected.