On Enter Select

You can do several things:

  • when you really enter out of a field the onAction event is triggered. You can attach a method to it.

  • when you take the focus of a field you could attach a method to the onFocusLost event (even triggered when you don’t want it so dangerous).

  • when you want a special key assigned to an action you can use the Menubar plug-in (http://www.it2be.com/plugins.htm). Add a menu item to the menubar with the accelerator key of your choice and you are set to go (globally).

Hope this helps