This has been already found long time ago but, I feel disappoint that this issue is still there.
This is joystick default.lua and Cargo View command is mistakenly placed wrong section. We can see the line in Controls page but can't bind any button of our HOTAS.
.
.
.
keyCommands = {
.
.
.
},
axisCommands = {
.
.
.
},
--Cargo view
{down = device_commands.Button_1, cockpit_device_id = devices.EXTERNAL_CARGO_VIEW, value_down = 1, name = _('Cargo View'), category = _('View')},
},
}
eof
Please, move it into keyCommands section and we can use it.
Thanks a lot.