Open JobaDiniz opened 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?
CommandKeyboardShortcut
CommandDefinition
How can I create shortcut for commands in the CommandList? It is trivial for regular commands, just export a
CommandKeyboardShortcut
with the specifiedCommandDefinition
, however, how to handle commands in a list?