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

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

    In Pycharm 4, you can specify shortcuts with

    File / Settings / Appearance and Behaviour / Keymap

    You can create any shortcut you like, and bind it to the command "Python Console" (search for Console), which has no default keymapping. Be aware that it is possible to have multiple consoles open at the same time (for example if you open one in the debugging window) so this may not always behave as you expect it to.

    You can toggle back to the last editor window by hitting escape.

提交回复
热议问题