Thank you for this! But I tried it, and nothing seemed to be working.
I seem to have 2 DCS folders with input .lua files. One in my C:\...\Saved Games\DCS.openbeta\Config\Input\MiG-21Bis\mouse, and another in E:\DCS World OpenBeta\Mods\aircraft\MIG-21bis\Input\MiG-21\mouse
I'm not sure why its set up like this. But I created a new mouse profile in each folder with the below key command lines, but if I load either of them, they simply don't work. There is no visible mouse key bound in the controls window, and it doesn't work in the plane itself. However, double-clicking MOUSE_BTN3 does allow me to enter transpose mode and use my mouse wheel to transpose my pilot's head forward or backward.
keyCommands={
{combos = {{key = 'MOUSE_BTN3'}}, down = iCommandViewTransposeModeOn, up = iCommandViewTransposeModeOff, name=_('Camera transpose mode (press and hold)'),category=_('View')},
{combos = {{key = 'MOUSE_BTN4'}}, pressed = iCommandViewForwardSlow, up = iCommandViewForwardSlowStop,name=_('Zoom in slow'),category=_('View')},
{combos = {{key = 'MOUSE_BTN5'}}, pressed = iCommandViewBackSlow, up = iCommandViewBackSlowStop,name=_('Zoom out slow'),category=_('View')},
},
Any ideas or help would be awesome. Startup is a lot slower in this jet because I'm not able to zoom fast and look around the cockpit. It's honestly such a stupid inconvenience to leave this out.
Thank you!