[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Key shortcut in Action
|
- From: ademuyser@xxxxxxxxxx (Arnaud)
- Date: Mon, 28 Jul 2003 09:48:02 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
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.