In Rstudio you can manually maximize the editor panel by clicking the icon in top-right corner. When executing code, the console will slide into view automatically, but then one has to maximize/minimize the panels manually again. Is there any keyboard shortcut to do this?
4 Answers
Basically, add Shift in between to shortcut when switching to the window.
Example: Ctrl+1 switches to current file,
and Ctrl+Shift+1 maximises Current file
Similarly, Ctrl+2 switches to Console and
Ctrl+Shift+2 maximises Console
Now, Ctrl+3 switches Files/Help pane, and Ctrl+Shift+3 maximises Files/Help pane.
- 176
As a previous user of RStudio, I have never noticed any keyboard shortcuts to achieve what you ask. RStudio allows you to view the assigned keyboard shortcuts by hovering your mouse over the Graphical User Interface (GUI) component. I have also looked over the following list of shortcuts and have not found what you ask of.
- 171
RStudio v1.0.136 has this option, but you need me map it to some key combo yourself in Tools > Manage Keyboard Shortcuts, the search for Console.
- 101