Hi.
I Always work with 3 windows for run a Latex file, in a specific group using Tinitex or Knitr in R.
In group 3 include commands (set working directory and name file latex), to render or compile tex or Rnw files (layout 1).
To render latex file I always have to focus or make click into group 3 and run using a shortcut.
I would like if its possible create a shortcut to run group 3 but not focus or make click in group 3 to run latex file.
I tried to run some keybinding, but i failed, using:
{
“keys”: [“alt+z”],
“command”: “focus_group”, “args”: { “group”: 3 } ,
“command”: “repl_transfer_current”, “args”: {“scope”: “file”},
},