3

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?

slhck
  • 235,242

4 Answers4

5

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.

1

Ctrl+Shift+1 maximizes the current pane
Ctrl+Shift+0 restores all panes.

Vylix
  • 1,935
mlevy
  • 111
1

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.

Shortcut List

Sarge
  • 171
0

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.

WillZ
  • 101