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

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

    If you mean the "Run" window (which has a console in it) you can open it/switch to it with Alt + 4. See the screenshot for the two locations this is indicated.

    As mentioned by vape, Esc should return you to your most recently used editor. Alternatively, pressing Alt + 4 again seems to return me to the first editor.

    Locations of shortcuts (View Menu and dock bar)

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-01-31 02:47

    I think ctrl+tab to switch should be enough for most of user but a more time-efficient way is also wanted to some extent.

    Go to here and set your keyboard shortcut

    0 讨论(0)
提交回复
热议问题