Feature request : SHIFT+Click the "Reset" button in any viewport should do a "Reset All" action

 From:  DannyT (DANTAS)
5863.2 In reply to 5863.1 
Hi Warren,

There are some scripts you can assign to shortcut keys to reset viewports.

To reset all;
code:
script:moi.view.resetAll();


To reset viewport the cursor is in;
code:
script:moi.ui.getActiveViewport().reset();


For example I've got CTRL+SHIFT+F and CTRL+F assigned respectively, 'F' for fit.

Cheers
~Danny~