Return key hitting buttons in Os X

So to clarify, if I wanted to enable the return key to activate any one
of the buttons tabbed to, I would need to either manually set the
default button or have a manual event intercept going?

Thanks
Iain

···

On Fri, 2008-18-04 at 12:03 -0700, Paul McNett wrote:

iain duncan wrote:
> Just wondering if there is something simple I need to do to make the
> return key act as a button push on OS X. It looks like the hitting
> return would activate it the button as tab moves focus to the button, so
> I think I'd better make it do so or have annoyed users ...

On Mac, by default, buttons can't receive the keyboard focus. Only
controls that take keyboard input can receive the focus. That said,
there is a setting in keyboard preferences to enable tabbing to
checkboxes and buttons. In that case, the button with focus can be
clicked by pressing the spacebar.

In all cases, return or cmd-return should click the *default* button
(the one throbbing blue; the one you've defined as the default button).

So, if it isn't a default button, it is behaving correctly if return
doesn't click it.