Hi Dave,
thanks for your reply. A sample would be great, since the drawing and painting of the ui elements looks quite complex. I know of the existence of draw and creation filters, but avoided to use them till now ;-)
Maybe this could be a feature request for future IG releases - either support of the tab-syntax or a new property?
-- Achim
Hello Achim,
I've attached a sample project that does what you want. Keep in mind that it's not the most efficient solution to the issue.
For each tool that has a custom shortcut you should assign one of the provided shortcuts. In code create a Dictionary<String,String> to store the keys and custom shortcuts for the tools. The creation filter will replace the text of the provided shortcut with the text of the custom shortcut.
-Thanks a lot!