Plex HTPC Input Maps: Problem with double allocation

Hey, I just noticed that I’m not able to combine short and long input mappings with a double allocation. Or have I overlooked something? That should be correct, right? I no longer get any inputs when I have this in my input file.

Example:

    // LB
    "KEY_BUTTON_4": {
      "short": ["mpv:no-osd seek -1 exact", "previous_pivot_tab"],
      "long": "step_backward"
    },

    // RB
    "KEY_BUTTON_5": {
      "short": ["mpv:no-osd seek 1 exact", "next_pivot_tab"],
      "long":  "step_forward"
    },

The short/long only accept strings and not an array of strings.

Sad, I hope you guys could implement this feature. Would be helpful in some cases.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.