Page 1 of 1

Make Return/Enter key behave like Tab in forms?

Posted: Wed Apr 20, 2005 3:01 am
by len
I'm just starting with PB. Is there a (easy) way to make the Return/Enter key act the same as Tab in PB forms? That is, to jump to the next field in the tab order.

Len

Posted: Wed Apr 20, 2005 3:12 am
by dracflamloc
Depends on how "hacky" you want to be. But you can just send the "tab" keypress event to your window when enter is pressed.

Re: Make Return/Enter key behave like Tab in forms?

Posted: Wed Apr 20, 2005 3:25 am
by PB
Welcome to PureBasic! :) Please read the FAQ found here:

viewtopic.php?t=4876

The FAQ explains how to search these forums efficiently. A quick search
has found one answer (amongst a few) to your question here:

viewtopic.php?t=3719

:wink: