rap-2-h
rap-2-h

Reputation: 32068

Disable shortcut for quit in phpstorm

Shortcut for "Quit PHPStorm" is ⌘Q. Unfortunately, "Q" is just near "S" on french keyboard. Sometimes, I want to save my work, and I quit PHPStorm.

Is there a way to disable that shortcut ?

Upvotes: 2

Views: 636

Answers (2)

jitendrapurohit
jitendrapurohit

Reputation: 9675

For Mac users, this solution might help - https://techpurohit.in/disable-quit-shortcut-phpstorm-macos

enter image description here

Upvotes: 3

igaster
igaster

Reputation: 13663

There is an option to show a confirmation dialog when you press ⌘Q.

Related post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003485719/comments/360001307519

Upvotes: 1

Related Questions