app/actions/layers-actions.c added shortcuts for New Layer (Shift-Ctrl-N,

2005-02-11  Sven Neumann  <sven@gimp.org>

	* app/actions/layers-actions.c
	* app/actions/view-actions.c: added shortcuts for New
	Layer (Shift-Ctrl-N, used to be the Navigation Dialog) and
	Duplicate Layer (Shift-Ctrl-D).
This commit is contained in:
Sven Neumann 2005-02-11 01:26:14 +00:00 committed by Sven Neumann
parent eb8742cd62
commit a424d738f9
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2005-02-11 Sven Neumann <sven@gimp.org>
* app/actions/layers-actions.c
* app/actions/view-actions.c: added shortcuts for New
Layer (Shift-Ctrl-N, used to be the Navigation Dialog) and
Duplicate Layer (Shift-Ctrl-D).
2005-02-11 Sven Neumann <sven@gimp.org>
* app/widgets/gimptoolbox.c: allow to paste URLs and filenames to

View File

@ -71,7 +71,7 @@ static GimpActionEntry layers_actions[] =
GIMP_HELP_LAYER_EDIT },
{ "layers-new", GTK_STOCK_NEW,
N_("_New Layer..."), "",
N_("_New Layer..."), "<control><shift>N",
N_("New layer..."),
G_CALLBACK (layers_new_cmd_callback),
GIMP_HELP_LAYER_NEW },
@ -83,7 +83,8 @@ static GimpActionEntry layers_actions[] =
GIMP_HELP_LAYER_NEW },
{ "layers-duplicate", GIMP_STOCK_DUPLICATE,
N_("D_uplicate Layer"), NULL,
N_("D_uplicate Layer"), "<control><shift>D",
NULL,
N_("Duplicate layer"),
G_CALLBACK (layers_duplicate_cmd_callback),
GIMP_HELP_LAYER_DUPLICATE },

View File

@ -96,7 +96,7 @@ static GimpActionEntry view_actions[] =
GIMP_HELP_INFO_DIALOG },
{ "view-navigation-window", GIMP_STOCK_NAVIGATION,
N_("Na_vigation Window"), "<control><shift>N", NULL,
N_("Na_vigation Window"), NULL, NULL,
G_CALLBACK (view_navigation_window_cmd_callback),
GIMP_HELP_NAVIGATION_DIALOG },