Merge branch 'repeat-filter-shortcut-change' into 'master'

Draft: app: avoid shortcut collision for Ctrl+F

Closes #8089

See merge request GNOME/gimp!1375
This commit is contained in:
Anders Jonsson 2025-07-02 23:13:05 +02:00
commit e95bd5cda2

View file

@ -731,7 +731,7 @@ static const GimpStringActionEntry filters_interactive_actions[] =
static const GimpEnumActionEntry filters_repeat_actions[] =
{
{ "filters-repeat", GIMP_ICON_SYSTEM_RUN,
NC_("filters-action", "Re_peat Last"), NULL, { "<primary>F", NULL },
NC_("filters-action", "Re_peat Last"), NULL, { "<shift><alt>F", NULL },
NC_("filters-action",
"Rerun the last used filter using the same settings"),
GIMP_RUN_WITH_LAST_VALS, FALSE,