In general, I\'d like to know the keyboard shortcut for navigating to multiple sections like the project structure, editor, console. I\'m using eclipse keymap configuration in p
After trying them none of the previous answers seem to still apply so here is how to do it in PyCharm 2020.
To get into the python console where you can actually type commands (not just select the window) you have to rebind "Python or Debug Console" under Tools in the Keymap section of the settings (open with ctrl+alt+s)
Getting back to the editor is Escape by default but can be changed by rebinding "Focus Editor" under the Editor Actions folder.