Lt_Jaeger Posted November 20, 2021 Posted November 20, 2021 Could someone confirm that the binding still work default should be leftShift - leftCTRL - G For me, neither the binding, nor an assigned button works. Clicking with the mouse on the handle (left click if not mistaken) works though
Xtorris Posted November 20, 2021 Posted November 20, 2021 (edited) If you are comfortable with editing your input files, you can use these until they implement their own fix: {cockpit_device_id=devices.GEARHOOK, down=device_commands.GEAR_Handle_Emergency, value_down=1, name=_('Emergency Gear Lever Extend'), category = {_('Gear'), _('Custom')}}, {cockpit_device_id=devices.GEARHOOK, down=device_commands.GEAR_Handle_Emergency, value_down=0, name=_('Emergency Gear Lever Retract'), category = {_('Gear'), _('Custom')}}, Edited November 20, 2021 by Pacientis 1
Lt_Jaeger Posted November 20, 2021 Author Posted November 20, 2021 (edited) Nice, thank you. Will copy it right away in my "Quaggles" Edited November 20, 2021 by Lt_Jaeger And it works....made me a toogle one too. Thank you so much 1
Recommended Posts