Skip to main content

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

try display.addFilter()

On 5/9/06, Mohsen Saboorian <mohsens@xxxxxxxxx> wrote:
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.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev





--
Regards Suren


Back to the top