Add OK, Apply, Cancel to key focus list on node dialogs

Is it possible to add these buttons to the focus loop (preferably to the end, automatically)? It would enhance the user experience. (I tried it, but I was unsuccessful.)
Thanks.

This is a little bit tricky since the content of the dialog is AWT embedded in an SWT dialog (which contains the OK, Apply, Cancel buttons). So what we have to do is to pass the focus from AWT to SWT. We will fix this but I cannot promise that it will be included in the 2.0 version. Sorry for that. :roll: