Issue #6612: support numpad's divide ('/') as secondary action search shortcut.

This commit is contained in:
Jehan 2023-04-12 20:34:09 +02:00
parent af5612eda2
commit aa8ccf3ba8
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
GIMP_HELP_ABOUT_DIALOG },
{ "dialogs-action-search", GIMP_ICON_TOOL_ZOOM,
NC_("dialogs-action", "_Search and Run a Command"), { "slash", NULL },
NC_("dialogs-action", "_Search and Run a Command"), { "slash", "KP_Divide", NULL },
NC_("dialogs-action", "Search commands by keyword, and run them"),
"gimp-action-search-dialog",
GIMP_HELP_ACTION_SEARCH_DIALOG },