Grand Posted July 4, 2015 Posted July 4, 2015 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?
Hunden Ynk Posted July 4, 2015 Posted July 4, 2015 I use Autohotkey for stuff like that, flexible and useful outside of DCS as well. However, having to start and mange an external process is annoying. 1
Grand Posted July 5, 2015 Author Posted July 5, 2015 True, AHK can do that for you but yes its indeed annoying running apps for every customization you want to apply.
Sokol1_br Posted July 5, 2015 Posted July 5, 2015 (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 July 6, 2015 by Sokol1_br
Recommended Posts