Josh
Josh

Reputation: 3100

PhpStorm uses Ctrl instead of Command

PhpStorm uses Ctrl instead of 'Command' on Mac OS. Can anyone help me change it quickly? It's ruining my life

Upvotes: 0

Views: 247

Answers (2)

flangofas
flangofas

Reputation: 332

Same issue here, it turns out I changed the keymap configuration to a different version and forgot about it.

I just switched to Default and now all cmd shortcuts work just fine.

To do this:

  • Go to Preferences
  • Click Keymap
  • In the right screen, change the dropdown to your liking.

Upvotes: 0

Sub 6 Resources
Sub 6 Resources

Reputation: 1752

Take a look at https://www.jetbrains.com/help/phpstorm/2016.2/configuring-keyboard-shortcuts.html That guide should help you get your keyboard shortcuts set to command instead of ctrl

Upvotes: 1

Related Questions