Intercept key TAB

Hello,
i tried with keylistener but nothig…i want to intercept the key TAB how can i do this?

You can try with window plugin and for example this is a example:

plugins.window.createShortcut('CAPS_LOCK', forms.svy_sec_login.capslockPressed, 'svy_sec_login');

I have the necessity to intercept and decide what to do with the TAB key.
If it is necessary i’ll override the framework procedure if is there.

Maybe i need to open a support request to www.servoy.com/s ?

Thanks