I want use command to move current file to the new col 2 like this:
{
"caption": "moveto col",
"command": "chain", "args": {
"commands": [
{"command": "set_layout", "args": {"cols": [0.0, 1.0], "rows": [0.0, 0.5, 1.0], "cells": [[0,0,1,1], [0,1,1,2]]}},
{"command": "move_to_group", "args": {"group": 1}}
]
}
}
It failed every time even if i set focus_group or focus_neighboring_group.
It always exec {“command”: “move_to_group”, “args”: {“group”: 0}, not 1.
Why? Somebody can help me? Very thanks.