Custom mouse/pen navigation

 From:  Michael Gibson
8978.5 In reply to 8978.4 
Hi Fox,

> Maybe you can add a more robust setup for custom navigation.

The problem with this is that MoI already supports quite a few different ways to do navigation for compatibility with a variety of other apps.

The "native" methods are:

RMB = Rotate
MMB = Pan
Scroll wheel = zoom

Then for compatibility it also supports:

Alt + Left drag = Rotate
Alt + Shift + Left drag = Pan
Alt + Ctrl + Left drag up and down = Zoom
Ctrl + Right drag up and down = Zoom
Alt + Right drag up and down = Zoom
Shift + Right drag = Pan


It would likely be pretty cumbersome to try and make a UI to manage all of that.

- Michael