Jump to content

Keybinding for RPM control


Recommended Posts

Just found the input command and definition are not match.

 

As sample, the RPM control for pilot. It'd defined as Button_15 in "Clickabledata.lua".

 

But assigned with Button_19 in Input Default.lua.

 

Hence, the actual key binding to keyboard/joystick will not work correctly.

 

After change from Button_19 to Button_15, it works as it should be.

 

 

elements["GOV-RPM-1-PTR"] = default_springloaded_3pos_switch(_("Governor RPM Switch, Decrease/Increase"), devices.ENGINE_INTERFACE, device_commands.Button_15,device_commands.Button_15, -1, 0, 1, 203)

--copilot

elements["GOV-RPM-2-PTR"] = default_springloaded_3pos_switch(_("Governor RPM Switch Copilot, Decrease/Increase"), devices.ENGINE_INTERFACE, device_commands.Button_29,device_commands.Button_29, -1, 0, 1, 210)

 

 

--Ins Engines Start-Up Control Panel and levers

{down = device_commands.Button_18, up = device_commands.Button_18, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Start-up engine'), category = _('Ins Collective Stick')},

{down = device_commands.Button_19, up = device_commands.Button_19, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Increase Turbine RPM'), category = _('Ins Collective Stick')},

{down = device_commands.Button_19, up = device_commands.Button_19, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('Decrease Turbine RPM'), category = _('Ins Collective Stick')},


Edited by jayyang
Link to comment
Share on other sites

I had reported this in another thread, but as inop key command. At least now we know what the actual issue is.

https://forums.eagle.ru/showthread.php?t=264824

Intel 13900k @ 5.8ghz | 64gb GSkill Trident Z | MSI z790 Meg ACE| Zotac RTX4090 | Asus 1000w psu | Slaw RX Viper 2 pedals | VKB Gunfighter Mk3 MCE Ultimate + STECS/ Virpil MongoosT50+ MongoosT50CM |Virpil TCS+ AH64D grip + custom AH64D TEDAC | HP Reverb G2 | Windows 11 Pro | |Samsung Odyssey G9 | Next Level Racing Flight Seat Pro


 My wallpaper and skins

Link to comment
Share on other sites

  • Recently Browsing   0 members

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