Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Unbind F1 key
#1
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:


Code:
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?
Reply


Messages In This Thread
[SOLVED] Unbind F1 key - by justonce01 - 06-23-2018, 08:54 PM
RE: Unbind F1 key - by rich2005 - 06-24-2018, 12:06 PM
RE: Unbind F1 key - by justonce01 - 06-24-2018, 04:46 PM

Forum Jump: