Hi,
I can’t get show_overlay command to trigger inside of a macro file. I want to make a macro where I switch to other panel first and then invoke show_overlay. But even if I put just show_overlay inside macro, and try to run that macro, overlay isn’t open.
Here’s the code for macro:
[
{
"command": "show_overlay",
"args": {"overlay": "goto", "show_files": true}
}
]
Macro file is run properly on key press. I can confirm that, because I tried to put something else inside it and it worked. Can someone shed some light on this?
Thanks,
Vjekoslav