remove example about adding a help keybinding (bug #375952).

2006-11-18  Michael Natterer  <mitch@gimp.org>

	* etc/gtkrc: remove example about adding a help keybinding
	(bug #375952).
This commit is contained in:
Michael Natterer 2006-11-18 20:02:10 +00:00 committed by Michael Natterer
parent fe55a9bdb9
commit cb690334cd
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,8 @@
2006-11-18 Michael Natterer <mitch@gimp.org>
* etc/gtkrc: remove example about adding a help keybinding
(bug #375952).
2006-11-18 Michael Natterer <mitch@gimp.org>
* app/plug-in/plug-in-rc.c (plug_in_def_deserialize): applied

View File

@ -13,22 +13,6 @@
# You can add your own GIMP-specific GTK styles here.
#
# Example keybinding to remap Help to F2:
#
binding "gimp-help-binding"
{
bind "F2" { "show-help" (255) }
bind "KP_F2" { "show-help" (255) }
bind "<shift>F2" { "show-help" (whats-this) }
bind "<shift>KP_F2" { "show-help" (whats-this) }
bind "<ctrl>F2" { "show-help" (tooltip) }
bind "<ctrl>KP_F2" { "show-help" (tooltip) }
}
# class "GtkWidget" binding "gimp-help-binding"
#
# Adjust the size of previews in plug-in dialogs:
#