Community
Participate
Working Groups
It should be possible for tools to define keyboard shortcuts for triggering features for a selected domain object.
Out-of-scope for Juno, unless there are contributions in this area
Solved with commit bf0cfafed440a. An ExecuteFeatureCommand has been created, so it can be bound to keyboard shortcuts, toolbar elements, etc. It accepts a parameter to let the ToolBehaviorProvider decide which feature gets executed. Also, an execution context has been created for the diagram, to bind the commands into it. The context is customizable via extension point, to allow for specific command binding.