Toggle Split view with SpaceBar

 From:  Frenchy Pilou (PILOU)
11769.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.
---
Pilou
Is beautiful that please without concept!
My Moi French Site

EDITED: 11 Jul 2025 by MICHAEL GIBSON