set Ctrl-B as default shortcut to raise the Toolbox (as suggested in bug

2005-01-23  Sven Neumann  <sven@gimp.org>

	* app/actions/dialogs-actions.c (dialogs_actions): set Ctrl-B as
	default shortcut to raise the Toolbox (as suggested in bug #163368).
This commit is contained in:
Sven Neumann 2005-01-23 00:16:58 +00:00 committed by Sven Neumann
parent 98f48f2c1e
commit a8b6e09091
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-23 Sven Neumann <sven@gimp.org>
* app/actions/dialogs-actions.c (dialogs_actions): set Ctrl-B as
default shortcut to raise the Toolbox (as suggested in bug #163368).
2005-01-23 Sven Neumann <sven@gimp.org>
* app/paint/paint-enums.h

View File

@ -54,7 +54,7 @@ static GimpActionEntry dialogs_actions[] =
GIMP_HELP_DOCK },
{ "dialogs-toolbox", NULL,
N_("Tool_box"), NULL, NULL,
N_("Tool_box"), "<control>B", NULL,
G_CALLBACK (dialogs_show_toolbox_cmd_callback),
GIMP_HELP_TOOLBOX }
};