Keyboard shortcut to switch between python console and the editor in pycharm

前端 未结 15 560
忘了有多久
忘了有多久 2021-01-31 01:53

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

15条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 02:45

    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.

提交回复
热议问题