Jump to content

Recommended Posts

Posted

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 ...

 

 

Posted (edited)

Edit said: Funkyfranky did a lot of keybindings for the Viggen :thumbup:

Edited by caponi

too much ...

 

 

  • 4 years later...
  • Silhou changed the title to [RESOLVED] Missing and corrupt keybindings
  • Recently Browsing   0 members

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