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:

committed by
Michael Natterer

parent
fe55a9bdb9
commit
cb690334cd
@ -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>
|
2006-11-18 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/plug-in/plug-in-rc.c (plug_in_def_deserialize): applied
|
* app/plug-in/plug-in-rc.c (plug_in_def_deserialize): applied
|
||||||
|
16
etc/gtkrc
16
etc/gtkrc
@ -13,22 +13,6 @@
|
|||||||
# You can add your own GIMP-specific GTK styles here.
|
# 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:
|
# Adjust the size of previews in plug-in dialogs:
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user