Re: Inherited Function Key Behavior

2009-02-07 Thread dhk
Larry Reaves wrote: > Googling for "gtk f10" turns up this: > http://markmail.org/message/aff2za6nil5ftzso > > Basically, this should do the trick: > > GtkSettings *gtk_settings; > gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default()); > g_object_set(gtk_settings, "gtk-menu-bar-acc

Re: Inherited Function Key Behavior

2009-02-07 Thread Larry Reaves
Googling for "gtk f10" turns up this: http://markmail.org/message/aff2za6nil5ftzso Basically, this should do the trick: GtkSettings *gtk_settings; gtk_settings = gtk_settings_get_for_screen(gdk_screen_get_default()); g_object_set(gtk_settings, "gtk-menu-bar-accel", NULL, NULL); What that does is