X-Touch-Mini-FS2020 icon indicating copy to clipboard operation
X-Touch-Mini-FS2020 copied to clipboard

CRJ Template Format knob lvar correction.

Open Nopileus opened this issue 2 years ago • 0 comments

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}"

Nopileus avatar Nov 13 '21 00:11 Nopileus