mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: avoid shortcut collision for Ctrl+F
Fixes #8089 This sets the shortcut for Repeat Filter to Shift+Alt+F
This commit is contained in:
parent
8686e3f542
commit
7ac13a5f5b
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[] =
|
static const GimpEnumActionEntry filters_repeat_actions[] =
|
||||||
{
|
{
|
||||||
{ "filters-repeat", GIMP_ICON_SYSTEM_RUN,
|
{ "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",
|
NC_("filters-action",
|
||||||
"Rerun the last used filter using the same settings"),
|
"Rerun the last used filter using the same settings"),
|
||||||
GIMP_RUN_WITH_LAST_VALS, FALSE,
|
GIMP_RUN_WITH_LAST_VALS, FALSE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue