09-01-2023
10:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-01-2023
10:32 AM
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
(Not an Autodesk Employee)