Confirm exit in Xcode

How do I install Xcode to ask before exiting? It happens that I accidentally press command-q and it closes all windows. Is there a setting to prevent this and a confirmation dialog pop up before closing everything?

+3


source to share


3 answers


The only way I know is with a plugin for Xcode called XQuit .



+5


source


You can remove the key binding from the Xcode> Preferences ... menu, then click Key Binding and change the Quit Xcode value to blank or something less prone to clicking, like CMD+ Option+ Q.



+1


source


Since this happens with other applications as well, I use a different system-wide shortcut for the q command: enter image description here

0


source







All Articles