Changing perspectives in Split View

 From:  Michael Gibson
8493.2 In reply to 8493.1 
Hi Involute, it's possible to do that with a script on a shortcut key, set this as the command part of the shortcut key:

script: /* reverse view that the mouse is over */ moi.ui.mainWindow.viewpanel.reverseView( moi.ui.getActiveViewport().name );

- Michael