Capture Esc key

Hi.
Is possible capture Esc key with plugins.windows.createShortcur?
I can capture anothers keys, but esc key dosen´t work

Thanks

Have you tried this?

plugins.window.createShortcut("ESCAPE", yourMethod);
```That should return true. 

Are you using smartclient or webclient?

On Smartclient