show view controls

 From:  Michael Gibson
10232.2 In reply to 10232.1 
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