Jump to content

[REPORTED] RWR keybindings are mapped wrong


Recommended Posts

Hi,

 

in the clickable data the RWR functions are assigned to device.RWR:

 

i.e.

elements["PTR-TWAP-BTN-PWR-401"] = default_2_position_tumb(_("RWR Indicator Control POWER Button"), devices.RWR, rwr_commands.Power, 401)

 

but in the input/keyboard/default.lua will be used devices.AN_ALR56 and this device id is not available

 

{ down = rwr_commands.Power, cockpit_device_id = devices.AN_ALR56, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}},

 

 

if i had no missunderstanding it should help ...

 

thx

 

 

Edit said:

please move this thread to input and controller bugs

sorry for that


Edited by caponi

too much ...

 

 

Link to comment
Share on other sites

{ down = rwr_commands.Power, cockpit_device_id = devices.RWR, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}},

{ down = rwr_commands.Power, cockpit_device_id = devices.RWR, value_down = 0.0, name = _('RWR Indicator Control POWER Button - Released'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}},

{ down = rwr_commands.Power_ITER, cockpit_device_id = devices.RWR, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed/Released'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}},

 

 

for example

i have tested the keybindings above ... it works :music_whistling:

too much ...

 

 

Link to comment
Share on other sites

  • 3 weeks later...
  • Recently Browsing   0 members

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