Align default quit hot-key with conventions (fixes #2397)

Switch quit to title-screen from Ctrl+Q to Ctrl+W (OSX already uses Cmd+W) and quit-to-desktop from Ctrl+Shift+Q to Ctrl+Q.
This commit is contained in:
Wedge009 2018-01-26 13:46:15 +11:00 committed by Charles Dang
parent b98cbe31cc
commit 0925aa7e0c

View file

@ -180,11 +180,7 @@
[/hotkey]
[hotkey]
command=quit
#ifdef APPLE
key=w
#else
key=q
#endif
{IF_APPLE_CMD_ELSE_CTRL}
[/hotkey]
[hotkey]
@ -368,7 +364,6 @@
[hotkey]
command="quit-to-desktop"
key="q"
shift=yes
ctrl=yes
[/hotkey]
#endif