Remove Ctrl+Q shortcut for Exit (it remains reserved for other purposes in the future)

This commit is contained in:
David Capello 2014-03-29 15:42:13 -03:00
parent f3bfae7ad5
commit ccdbfd1cf5

View File

@ -16,7 +16,6 @@
<key command="CloseAllFiles" shortcut="Ctrl+Shift+W" />
<key command="AdvancedMode" shortcut="F11" />
<key command="DeveloperConsole" shortcut="F12" />
<key command="Exit" shortcut="Ctrl+Q" />
<key command="Exit" shortcut="Alt+F4" />
<key command="Cancel" shortcut="Esc" />
<!-- Edit -->