Hi Psygorn,
re:
> Where I can find more commands like this?
Well that one for instance you can find in the UI for the offset command which is a file named Offset.htm inside the commands folder inside the MoI program files install.
That's where the check button for "Cap ends" is defined by this:
code:
<moi:CheckButton id="curvecapends" ...
It's that id="" value for the control that can be set by giving a parameter to the command in the shortcut key definition.
- Michael
|