The “Menu Commands” display in the order listed on the properties page (Increase, Decrease, Reset, Randomize). I would like to make Randomize be the first menu item displayed when I right-click on a piece. Is that possible?
For the randomize command, use a string instead of a control code (e.g. “randomize” not ctrl-R) and don’t provide a menu command.
Add a trigger trait below the layer trait. Give it the randomize menu command and ctrl-R. It executes “randomize” which is defined in the layer.
Perfect! Thanks!