Eclipse: how to switch between console window and editor?

tesmp picture tesmp · Feb 23, 2011 · Viewed 12.4k times · Source

I'm using Eclipse for Python and R development. How can I jump between editor tab and console window using a keyboard shortcut / hotkey?

Answer

Chakra picture Chakra · Feb 23, 2011

Go view Console: Shift + Alt + Q + C

You can switch to Editor using Ctrl + F7.

Ctrl + Shift + L displays all the shortcuts in Eclipse.