How can I remove the F1 shortcut in GIMP 2.10?

I used to have a snippet in gtkrc inside GIMP's config which disabled the F1
shortcut, which I could then use for something else. This is the snippet:

binding "gimp-help-binding"
{
    unbind "F1"
}
class "GtkWidget"  binding "gimp-help-binding"

But now after upgrading to 2.10 it doesn't work anymore. Does anyone have an
idea why and how I could unbind F1 again? Why isn't it possible to do so within
the menu?

-- 
justonce01 (via www.gimpusers.com/forums)
_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Reply via email to