Does PyCharm have a shortcut to Python Interpreter Project Settings?

Is there a shortcut for the module manager? Right now I have to go through Settings and use the mouse to get to the module manager.

Screenshot of Python Interprete settings.

Upvotes: 3

Views: 503

Answers (1)

bad_coder
bad_coder

Reputation: 12940

This keyboard shortcut has to be set before it can be used.

  1. Go to File > Settings > Keymap there search for Switch Python Interpreter click on it and select Edit Shortcuts add the shortcut you want, as shown in the screenshot.

    enter image description here

  2. If you use the previously configured shortcut in the editor window a menu comes up that lets you choose an interpreter or go to the Python Interpreter dialogue.

    enter image description here

Upvotes: 2

Related Questions