I'm already looking and doing some trial and error on this, but if you guys have already solved the problem and willing to have any code you share to me on this thread be apache licensed, that would help - or general solution approach would be good too
For a couple of application screens, I would rather change the default behavior of the 'enter' key to move focus between the fields in the appropriate tab order (or, act like tab). Tab in javascript is 9, enter is 13, and working on the KeyDownHandler right now but it seems to be a per-widget/component override which, if you have a table with a lot of widgets, is a bit more than I was hoping/less clean. If you guys found a cleaner approach, let me know!
thanks,
-D
