On Friday, March 1, 2002, at 02:02 AM, Jeanne A. E. DeVoto wrote:
> At 9:14 PM -0800 2/28/2002, Jacqueline Landman Gay wrote: >> Okay, thanks. Should controlKeyDown recognize tab? Or maybe even all >> keypresses? > > What happens to the tabKey (returnKey, enterKey, arrowKey) message in that > case? Not sent? Or sent before or after? Good question. Those other messages should certainly continue to be sent. Before, maybe? I think regular keypress events (those you can trap with rawKeyDown or keyDown) are processed before commandKeyDown is processed, so controlKeyDown should probably do the same. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
