@james.levieux wrote:Thank you for the response Jeremy. Just to clarify, is this what the developers are doing, editing the contents of the KeyboardShortcuts.txt file so that their shortcut appears on the list within the keyboard shortcut editor? I thought there was some OnStartup ribbon function that I was missing.
If your addin is registering the RibbonPanel and Buttons in the IExternalApplication.OnStartup, the commands should appear in the keyboard shortcut by default. No extra steps are required.
Just register using Ribbon Panels and Controls should work by default.