Shortcut Key for Grid on Top?

 From:  Malc615 (MALC)
1311.3 In reply to 1311.1 
Hi Brian.

Copy and paste these into the Shortcut Keys and assign your own keys.
I use the number pad like they do in Blender.

Something I am used to and works well.




script:moi.ui.mainWindow.viewpanel.mode = 'Front';

script:moi.ui.mainWindow.viewpanel.mode = 'Right';

script:moi.ui.mainWindow.viewpanel.mode = '3D';

script:moi.ui.mainWindow.viewpanel.mode = 'Top';


Hope this will help.
Malc.