Jump to content

Recommended Posts

Posted

By default it seems DCS does not let you bind the same key or key combination to two different commands. Is it possible to so via another way? Perhaps via LUA editing?

Posted

True, AHK can do that for you but yes its indeed annoying running apps for every customization you want to apply.

Posted (edited)

Maybe this help:

 

http://forums.eagle.ru/showpost.php?p=2276848&postcount=23

 

I test this tip with Mig-21 LG and work OK, add other combo for LG neutral+lock.

BTW - Work for keys, I dont know how add for stick button.

 

EDIT - For work in joy' button edit the file - Default.lua - in ...:\DCS World\Mods\aircraft\(plane)\Input\(plane)\joystick\

 

Ex. Mig-21 Speedbrakes momentary, adding the bold part:

 

-- Airbrake
{combos={{key='C'}},down=device_commands.Airbrakes,[b]up=device_commands.Airbrakes[/b],cockpit_device_id=devices.AIRBRAKE,value_down=1.0,[b]value_up=0.0[/b],name='Airbrakes Engaged',category='Flight Controls'},

Edited by Sokol1_br
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...