mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
commit
e95bd5cda2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue