Switch between views

 From:  shayno
8027.4 
Hi Nick

here is a script that you can save as a shortcut key, I use the "space" key that will maximise whichever view the mouse pointer is over
its a very fast way to get the view you want 2nd press on space sends the view back to all 4 .

script:if ( moi.ui.mainWindow.viewpanel.mode != 'split' ) { moi.ui.mainWindow.viewpanel.mode = 'split' } else { var viewport = moi.ui.getViewportUnderMouse(); if ( viewport ) { viewport.viewPanel.mode = viewport.name } }

cheers
shayne