mirror of https://github.com/GNOME/gimp.git
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:
parent
98f48f2c1e
commit
a8b6e09091
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue