RSS/Atom feed Twitter
Site is read-only, email is disabled

Remove F1 Help shortcut

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Remove F1 Help shortcut justonce01 23 Jun 17:45
2018-06-23 17:45:47 UTC (almost 6 years ago)
postings
1

Remove F1 Help shortcut

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?