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
Open Preferences
and then select Tools
-> Terminal
. Remove the check box from Override IDE shortcuts
, and then you'll be able to focus the Terminal tool window with Alt+ F12 on Mac and hitting ESC will put you back in the editor that you were last in.
This might cause issues if you're trying to run a program in the terminal which needs to receive the ESC key in order to function correctly.