forked from qt-creator/qt-creator
Workaround for QTCREATORBUG-72 (multiple shortcuts)
This fixes the Ctrl+W vs. Ctrl+F4 for close on MS-Windows by introducing Ctrl+F4 as an alternative shortcut. Reviewed-by: con
This commit is contained in:
@@ -141,6 +141,7 @@ const char * const GOTO_OTHER_SPLIT = "QtCreator.GotoOtherSplit";
|
||||
const char * const SAVEASDEFAULT = "QtCreator.SaveAsDefaultLayout";
|
||||
const char * const RESTOREDEFAULT = "QtCreator.RestoreDefaultLayout";
|
||||
const char * const CLOSE = "QtCreator.Close";
|
||||
const char * const CLOSE_ALTERNATIVE = "QtCreator.Close_Alternative"; // temporary, see QTCREATORBUG-72
|
||||
const char * const CLOSEALL = "QtCreator.CloseAll";
|
||||
const char * const CLOSEOTHERS = "QtCreator.CloseOthers";
|
||||
const char * const GOTONEXT = "QtCreator.GotoNext";
|
||||
|
||||
Reference in New Issue
Block a user