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

see Display.addFilter(int, Listener)

In the future please use the newsgroup for this kind of question.

Thanks
Felipe



"Mohsen Saboorian" <mohsens@xxxxxxxxx> 
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx
09/05/2006 01:36 AM
Please respond to
"Eclipse Platform SWT component developers list."


To
platform-swt-dev@xxxxxxxxxxx
cc

Subject
[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._______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top