Toggle views with mouse

Next
 From:  Stever_uk (STEVER)
4762.1 
Hi,

Is it possible to assign a mouse button to toggle screen views?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Martin (MARTIN3D)
4762.2 In reply to 4762.1 
It's not what you're asking for because it involves the spacebar but this script (which I found in this forum) works pretty well for me:

Space=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; }

Put the mouse pointer over the view you want and press the spacebar. Press the spacebar again and you're back in split view.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Stever_uk (STEVER)
4762.3 In reply to 4762.2 
Thanks Martin, that's handy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All