[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Key shortcut in Action

How can I add a key shortcut to an Action, for example
'+' key for a zoomIn action ? 
(setAccelerator('+') seems to not work).
I hope there are a better way to do this than add a keyListener
to widgets and catch '+' key...
Any good idea is welcome, thanks.

Arnaud.