I have a macro in vscode like so to switch to the previous buffer:
"macros": {
"switchbuffer": [
"workbench.action.showEditorsInActiveGroup",
"selectNextSuggestion",
]
}
and when I invoke it, it opens the active editors in group but does not "go one down" in the list. How do I invoke an action similar to "downarrow" ?