mirror of https://github.com/GNOME/gimp.git
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:
parent
603efe98a4
commit
7e4f880849
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue