ItzMe42
ItzMe42

Reputation: 211

How do I reset PHPStorm?

My problem is that I can't continue with my project, as long as PHPStorm won't let me use key combination anymore. Some key combination like ctrl + c are still working, but other more important combinations like uncomment many lines, or indent the code and some others don't work anymore. That's since yesterday, where my computer just shuts down without a reason.

Does anybody know how do I reset the settings of PHPStorm? I don't really want to uninstall and reinstall the program.

Using: PHPStorm 9.0.2

Upvotes: 1

Views: 9527

Answers (1)

Alex Blex
Alex Blex

Reputation: 37048

Menu Preferences, in the Preferences window choose Keymap and select one of the preset keymaps, reset or delete current one.

enter image description here

Upvotes: 6

Related Questions