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

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