MoI discussion forum
MoI discussion forum

Full Version: Toggle Split view with SpaceBar

From: Frenchy Pilou (PILOU)
11 Jul   [#1]
Put this shortcut on the SpaceBar (Thx Michael)

for have to toggle of the view where you have your mouse for avoid to click on the bottom Split icons

`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 } }`

Then press space and the view that your mouse is over will maximize with no travel distance.