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

前端 未结 15 582
忘了有多久
忘了有多久 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:36

    Updated answer for PyCharm 2020:

    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.

提交回复
热议问题