caponi Posted December 20, 2018 Posted December 20, 2018 Hi, here some keybindings that are not in the joystick/default.lua: --missing keyboard keys {down = 3001, cockpit_device_id = devices.ERRORPANEL, value_down = 1.0, name = _('Master caution reset'), category = _('Caution panel')}, {down=iCommandPlaneEject,name = _('Eject (3 times)'), category = _('Flight Control')}, {down = iCommandPlane_ShowControls, name = _('Show controls indicator'), category = _('General')}, and here some axis extensions for joystick/default.lua: {action = 3006, cockpit_device_id = devices.LIGHTS, name = 'Panel Lights'}, {action = 3007, cockpit_device_id = devices.LIGHTS, name = 'Flood Lights'}, {action = 3008, cockpit_device_id = devices.LIGHTS, name = 'Instrument Lights'}, and here is the position lightning corrupted by taxi lightning, please check: {down = 3004, cockpit_device_id = devices.LIGHTS, value_down = 1.0, name = 'Taxi/landing lights switch', category = 'Lights panel'}, {down = 3004, cockpit_device_id = devices.LIGHTS, value_down = 1.0, name = _('Taxi/landing lights switch'), category = _('Lights')}, taxi lightning is 3009 and position lightning is 3004 i hope these statement will find their way to development !! hvn :helpsmilie: too much ...
caponi Posted December 21, 2018 Author Posted December 21, 2018 (edited) Edit said: Funkyfranky did a lot of keybindings for the Viggen :thumbup: Edited December 21, 2018 by caponi too much ...
Zabuzard Posted May 16, 2023 Posted May 16, 2023 Most of the mentioned bindings have been added by now, and the remaining are added soon. Thanks 2 1
Recommended Posts