[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Replace the behaviour of the enter key to the tab key in a TitleAreaDialog

Hi,

In my TitleAreaDialog if the user hits <Tab> ket the focus is moved to the next box, if the User hits <Return> key the TitleAreaDialog performs the ok process and returns focus back to the previous screen/window.

Is possible to change the behavior of the <Return> key to function in the same manner as <Tab> key? How?

Thanks