Shortkey for maximizing viewport??

 From:  Michael Gibson
1216.2 In reply to 1216.1 
Hi Momso, check out the shortcut key documentation here: http://moi3d.com/1.0/docs/moi_command_reference10.htm#shortcutkeys .

For your case, inside MoI go to Options / Shortcut keys. Then add these entries:

Key / Command
F5 / script:moi.ui.mainWindow.viewpanel.mode = 'Top';
F6 / script:moi.ui.mainWindow.viewpanel.mode = 'Front';
F7 / script:moi.ui.mainWindow.viewpanel.mode = 'Right';
F8 / script:moi.ui.mainWindow.viewpanel.mode = '3D';

You may also want to add something like F4 = split view:
F4 / script:moi.ui.mainWindow.viewpanel.mode = 'Split';

Let me know if you have any problems setting it up.

- Michael