We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the current template the map format knob is not functional anymore due to using what i assume is outdated lvars, see the corrected ones below.
MobiFlight.ASCRJ_LSP_FORMAT_right/left should be replaced with MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_INC/DEC in config_crj.json
"index": 1, "event_up": { "event": "MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_INC", "type": "manual", "value": 1 }, "event_down": { "event": "MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_DEC", "type": "manual", "value": 1 }, "alternate_event_up": { "event": "MobiFlight.ASCRJ_LSP_ZOOM_RANGE_CHANGE_INC", "type": "manual", "value": 1 }, "alternate_event_down": { "event": "MobiFlight.ASCRJ_LSP_ZOOM_RANGE_CHANGE_DEC", "type": "manual", "value": 1 }, "event_press": "{alternate}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the current template the map format knob is not functional anymore due to using what i assume is outdated lvars, see the corrected ones below.
MobiFlight.ASCRJ_LSP_FORMAT_right/left should be replaced with MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_INC/DEC in config_crj.json
"index": 1,
"event_up": { "event": "MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_INC", "type": "manual", "value": 1 },
"event_down": { "event": "MobiFlight.ASCRJ_LSP_FORMAT_CHANGE_ENCOD_DEC", "type": "manual", "value": 1 },
"alternate_event_up": { "event": "MobiFlight.ASCRJ_LSP_ZOOM_RANGE_CHANGE_INC", "type": "manual", "value": 1 },
"alternate_event_down": { "event": "MobiFlight.ASCRJ_LSP_ZOOM_RANGE_CHANGE_DEC", "type": "manual", "value": 1 },
"event_press": "{alternate}"
The text was updated successfully, but these errors were encountered: