Maybe you can try to connect the "key-press-event"
signal. And in the callback, if it is F8 key, you can
return TRUE, i.e telling the lib that the signal is
handled properly, so the default action wouldn't take
place anymore?

Just my two cents,
BR,
VanHTran
--- Enrico Tröger <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> the F8 keyboard shortcut seems to be used to give
> the focus to a
> GtkPaned widget. How can I remove or disable this
> shortcut?
> 
> regards,
> Enrico
> 
> -- 
> Get my GPG key from http://www.uvena.de/pub.key
> Geany, a lightweight IDE using GTK2 -
> http://geany.uvena.de
> > _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
>
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to