Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Global KeyEvent registeration

Hi,
How can I add some key events globally, so that it fired even when a widget in the form is selected. I have a Shell, in which there are some widgets, but my KeyEvent handler works only when no widget is selected.

display.addEvent(...) doesn't work at all.

Thanks.

Back to the top