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:
Eike Ziller
2021-01-18 15:25:14 +01:00
parent def68ecd2f
commit 0fa391c7d3
4 changed files with 29 additions and 18 deletions

View File

@@ -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";