[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: "global" KeyEvent

check it out Action object

F F wrote:
it's realy bad....

"Alun" <evansac@xxxxxxxxxxx> schrieb im Newsbeitrag
news:b9rnmg$l51$1@xxxxxxxxxxxxx...
  
You can't. Not since the addFilter method in the Display class was
made non-public in release 2.1. It's a pain. The only way I'm aware
of now is to add a KeyListener to every control, which is ugly.

Cheers,

Alun

F F wrote:

    
Hi all,
how can i catch _global_ keyEvent, like Ctrl + F11 in eclipse ?
thanx