Hi, Right MFCD OSB 2 is missing in controls. I don't know why because there is a line in lua file:
{combos = {{key = 'JOY_BTN16'}}, down = iCommandPlaneRightMFD_OSB1 , up = iCommandPlaneRightMFD_OSB1_Off, name = _('Right MFCD OSB 01'), category = _('Right MFCD')},
{combos = {{key = 'JOY_BTN17'}}, down = iCommandPlaneRightMFD_OSB2 , up = iCommandPlaneRightMFD_OSB2_Off, name = _('Right MFCD OSB 02'), category = _('Right MFCD')},
{combos = {{key = 'JOY_BTN18'}}, down = iCommandPlaneRightMFD_OSB3 , up = iCommandPlaneRightMFD_OSB3_Off, name = _('Right MFCD OSB 03'), category = _('Right MFCD')},
{combos = {{key = 'JOY_BTN19'}}, down = iCommandPlan
...
I have the Spanish version and Left MFCD has a "Left MFCD category" but Right MFCD is separated in two: "MFCD derecho" and "Right MFCD". I don't know if this is the source of the problem.
Thanks.