Hi Ed,
> Talking about UIs... What do you think Michael, about cycling shortcuts
> like in photoshop? And assigning a shortcut to a group of tools??
Could you maybe describe again what those are in a bit more detail?
For the second one do you mean bringing up a "command set" group of tools like the line tools with a shortcut key? If so then that's possible currently with setting the following script on a shortcut key:
script: /* open line tools */ moi.command.execCommandSet( 'lines' );
- Michael
|