Reputation: 481
Good day, I am currently using PyCharm 2021.1.1 (Community Edition) on macOS 11.4.
I would like to use the keyboard shortcut to generate a new Python file.
When using the following: Command + N, I get the following screen:
My expectation when clicking Command + N, is the following screen:
What am I doing incorrectly?
Upvotes: 1
Views: 1432
Reputation: 3224
Command+N is Generate shortcut if you're focusing on the editor. You can confirm that by using Find Actions by Shortcut in the settings: Preferences | Keymap.
There are a couple of ways to use New as a shortcut for creating a new file.
Upvotes: 3