You can do it your self
Go to DCS World/Mods/aircraft/Mods/M-2000C/Inputs/M-2000C/Keyboard
Open the default.lua and look for lets say:
{combos = {{key = 'G', reformers = {'LCtrl'}}}, down = iCommandPlaneGearUp, name = _('Landing Gear UP'), category = _('Systems')},
{combos = {{key = 'G', reformers = {'LShift'}}}, down = iCommandPlaneGearDown, name = _('Landing Gear DOWN'), category = _('Systems')},
this is a bind for landing gear up and down so what you want to do here is just combine the two and add the following line anywhere in the default.lua
So it should look something like this
{down = iCommandPlaneGearUp, up = iCommandPlaneGearDown, name = _('Landing Gear Down else Up'), category = _('Systems')},
Then add this exact same line to the
Go to DCS World/Mods/aircraft/Mods/M-2000C/Inputs/M-2000C/Joystick/default.lua
And go into the game and bind it
___
But what I wonder why would you need such a thing wouldn't it always pull out gears for you even when you're dogfighting for example?
"Sit NEED TO SLOW DOWN!!!!"
"le throttle to iddle" and gears go down - RIP gears"