Not sure if this is the best way, but you could
probably hook up the key-press-event to the
widget, check for the enter key, and the
emit the activate signal by name. Then, return
FALSE from your handler so it continues like
normal (and moves your cursor to the next
line).

Hope this helps!

Jeff "Shippy" Shipman     E-Mail: [EMAIL PROTECTED]
Computer Science Major    ICQ: 1786493
New Mexico Institute of Mining and Technology
Homepage: http://www.nmt.edu/~shippy

On Thu, 8 Mar 2001, Eamonn Martin Galvin wrote:

>
> Does anyone know how to change the default binding on a signal?
>
> The default binding for the "activate" signal in a GtkText widget is
> Ctrl-Enter. I want to change it to Enter.
>
> Also, I need enter to move onto the next line as normal.
>
> Cheers,
> Ed
>
> _______________________________________________
> gtk-list mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to