Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Key Listener in SWT

I am actually developping a application using SWT without 
using workbench.jar (only swt.jar).

We would like to get the key events in this application.
When the user press a key, we would like to call a specific 
code. It is independant from the location of the focus.

The first (and ugly) solution should be to add a keylistener 
to each control of the application, but it is unmaintable.

Is anyone know another solution (without using menu) ?

Thank you for your help

emmanuel brun


Back to the top