Hi,
I’m trying to write a macro, that involves switching groups and finding some text, among others.
I read somewhere, that certain operations won’t be recorded by the Macro Recorder, like switching windows, tabs etc… But I still hope, that these would work if manually added to the macro file.
I’m using this page as a command reference:
https://www.sublimetext.com/docs/1/commands
Below is an example of command that doesn’t work:
{
"command": "focusGroup",
"args": {
"group": 1,
}
},
or this one:
{
"command": "findUnder",
"args": null
},
Could someone confirm if those commands are supposed to work or not? Is there any alternative to automate certain tasks that involve switching between tabs or groups, selecting text in one window and searching for it in another?
