Search code examples
pycharmkeyboard-shortcuts

Shortcut Ctrl + Alt + R doesn't work in PyCharm


I'm using PyCharm on a Windows machine, and I'm running the tutorial found here.

It keeps on telling me to use Ctrl+Alt+R as some sort of command. I don't know what I did, but this does sweet diddly for me on Windows. I think because I'm using Eclipse shortcuts?

Anyway, anyone have any idea what the menu item is for this thing? So using the GUI I can find it? Or even what it is called?


Solution

  • Ctrl + Alt + R is a hotkey for Tools | Run manage.py task menu item.

    It seems to be unmapped in Eclipse keymap. Open IDE Settings | Keymap section, search there for 'manage.py' and map the action to a hotkey.