Message 1 of 2
Using additional Mouse Buttons
Not applicable
02-12-2017
12:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've recently come across a problem - I've broken the MMB on my mouse, and I've been trying to set the macro for panning to MB4. This seems to be un supported by 3ds Max 2017 and I'm looking for solutions. I've saved the user interface and tried editing the file to read the panning option as MB4, but I don't seem to know the "command" for MB4. If anyone has that bit of info that would be super helpful. Regardless - here is what I'm looking at editing highlighted in red in the code below.
<?xml version="1.0" encoding="utf-8" ?>
<ADSK_MUS>
<CustomizeMouse>
<AutoFocusViewportOnKeyPress value="1" />
<MayaSelectionMode value="0" />
<LockArcRotate value="0" />
<MiddleBtnStroke value="0" />
<ZoomWheelIncrement value="1.000000" />
<ZoomAboutMousePointOrthographic value="1" />
<ZoomAboutMousePointPerspective value="1" />
<RightClickMenuOverSelectedOnly value="0" />
<ZoomInDirection value="1" />
<PanShortCut value="MB4" />
<ZoomShortCut value="Ctrl+Alt+MMB" />
<RotateShortCut value="Alt+MMB" />
</CustomizeMouse>
</ADSK_MUS>If no work arounds seem to arise - I assume I must set a macro with my mouse software. (Razer Deathadder)
Thanks all!