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

sory, but i not realy understand how to implement Action...
may be small example ... pls
thnx
"Ivan" <ivan001@xxxxxxxxxxxx> schrieb im Newsbeitrag news:3EC23E46.4040705@xxxxxxxxxxxx...
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