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