app/actions/edit-actions.c changed the default keybinding for Edit->Clear

2005-07-19  Sven Neumann  <sven@gimp.org>

	* app/actions/edit-actions.c
	* etc/ps-menurc: changed the default keybinding for Edit->Clear
	from Ctrl-K to Delete (bug #118115).
This commit is contained in:
Sven Neumann 2005-07-19 12:02:53 +00:00 committed by Sven Neumann
parent 603efe98a4
commit 7e4f880849
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2005-07-19 Sven Neumann <sven@gimp.org>
* app/actions/edit-actions.c
* etc/ps-menurc: changed the default keybinding for Edit->Clear
from Ctrl-K to Delete (bug #118115).
2005-07-19 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_menu.c: removed unused include.
2005-07-19 Sven Neumann <sven@gimp.org>
* app/widgets/gimphistogrameditor.c: try a different style for the

View File

@ -125,7 +125,7 @@ static GimpActionEntry edit_actions[] =
GIMP_HELP_BUFFER_PASTE },
{ "edit-clear", GTK_STOCK_CLEAR,
N_("Cl_ear"), "<control>K", NULL,
N_("Cl_ear"), "Delete", NULL,
G_CALLBACK (edit_clear_cmd_callback),
GIMP_HELP_EDIT_CLEAR }
};

View File

@ -58,7 +58,7 @@
(gtk_accel_path "<Actions>/plug-in/plug_in_bump_map" "<Shift><Control>m")
(gtk_accel_path "<Actions>/tools/tools-magnify" "z")
(gtk_accel_path "<Actions>/layers/layers-mode-previous" "underscore")
(gtk_accel_path "<Actions>/edit/edit-clear" "")
(gtk_accel_path "<Actions>/edit/edit-clear" "Delete")
(gtk_accel_path "<Actions>/plug-in/plug_in_iwarp" "<Shift><Control>x")
(gtk_accel_path "<Actions>/select/select-none" "<Control>d")
(gtk_accel_path "<Actions>/file/file-save-a-copy" "<Control><Alt>s")