forked from qt-creator/qt-creator
Make it possible to assign global shortcut to "Show in Explorer/Finder"
So it works consistently for the project tree and when in editors. The action ID changes from ProjectExplorer.ShowInGraphicalShell to QtCreator.ShowInGraphicalShell. Fixes: QTCREATORBUG-24958 Change-Id: I4c89e61997183401080dd64e66c4fec681b53241 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -134,6 +134,7 @@ const char GOTOLASTEDIT[] = "QtCreator.GotoLastEdit";
|
||||
const char ABOUT_QTCREATOR[] = "QtCreator.AboutQtCreator";
|
||||
const char ABOUT_PLUGINS[] = "QtCreator.AboutPlugins";
|
||||
const char S_RETURNTOEDITOR[] = "QtCreator.ReturnToEditor";
|
||||
const char SHOWINGRAPHICALSHELL[] = "QtCreator.ShowInGraphicalShell";
|
||||
|
||||
// Default groups
|
||||
const char G_DEFAULT_ONE[] = "QtCreator.Group.Default.One";
|
||||
|
||||
Reference in New Issue
Block a user