Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Just so you know, there is actually a way to set the shortcuts by code, but it's more complicated than it should be, and would likely require a lot more code that you would want to deal with, if you need to set a lot of iLogic rules back to the same shortcuts again after moving them.

ThisApplication.CommandManager.ControlDefinitions.Item("ControlDefinitionName").DefaultShortcut

...and a few related properties of the ControlDefinition object.  You can check out the online help page for that object if you want to read more about those properties.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)