-
-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Is your feature request related to a problem? Please describe.
Sometimes two Actions can have conflicting (identical) accelerators (shortcut keys).
It's impossible to have context-aware accelerators.
Describe the solution you'd like
A configuration panel that would list all actions and their accelerators with controls to reset and edit. In the case of conflicts both items should indicate it somehow - red text or background color, perhaps.
Additional context
This would probably be done with a new ActionFactory in Donatello. All Actions would be created through the factory. Then the configuration panel could query the entire list etc.
Right-click context-sensitive menus should exist somewhere in the main menu. Right clicking would simply open the appropriate submenu at the cursor position.