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
Summarizing the answers I found:
Best:
- Bind "Python Console" (preference -> Keymap -> MainMenue.Tools "Python Console" to a keyboard shortcut. (e.g Alt-P). Then navigate to console via shortcut and back to editor via ESC.
Alternatives:
- Ctrl+shift+tab opens a menu to navigate to alternative Views, pressing "P" navigates to python console. ESC brings you back.
- Manually Clicking on python console and pressing ESC brings you back to editor. Alt+F12 navigates you to "previous" view.