Hello! I've been using RStudio to write Lua filters to extend Quarto and some of the default behaviors of the IDE make this a bit challenging. In a nutshell I'd like to be able to render a qmd and have the focus remain on the editor pane and the background jobs pane. As is, it shifts focus to the R console and bumps up the size of the Viewer. I can add hotkey bindings to reverse both of those, but i'd like to be able to hit just one hotkey to render instead of three.
Thanks for your help!