Page 1 of 1

key handling

Posted: Wed Mar 03, 2010 11:42 am
by agnas
Hi:

This is an user interface question.

Are there any way to switch the TAB and RETURN behaviour so when you press RETURN the focus moves to the next input field? At this momment to move to the next input field you must use the TAB key as in a browser.

I know I could accomplish this handling by hand the setFocus () and the two events EGET_ELEMENT_FOCUSED & EGET_ELEMENT_FOCUS_LOST, but I want to know if there are any way to do this more easily.

Thanks in advance

Gustavo