tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 299 forks source link

Shortcut for commands in the CommandList #274

Open JobaDiniz opened 7 years ago

JobaDiniz commented 7 years ago

How can I create shortcut for commands in the CommandList? It is trivial for regular commands, just export a CommandKeyboardShortcut with the specified CommandDefinition, however, how to handle commands in a list?