[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Keyboard shortcuts for Actions
|
Hello,
i have a gmf editor for modeling basic java elements (Classes, packages
etc.) The editor does have several diagram actions (addClass,
addPackage, ...) which are registered via an IContributionItemProvider.
This itemprovider is contributed through the gmf extension point
org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders
What i'd like to do now, is provide keyboard shortcuts for some of the
actions. maybe i've just overlooked something, but i haven't found a
mechanism to register shortcuts for actions which are created by
IContributionItemProviders. Does anyone know if this is possible?
Regards, Ralf