Hi Zooen,
re:
> I wish I could show or hide the view control, "show view controls", using a keyboard shortcut
> (sometimes it bothers me during creation).
Try putting this on a shortcut key:
script: /* Toggle show view controls */ moi.view.showViewControls = !moi.view.showViewControls;
- Michael
|