Unify the handling of various "Enter" keysyms all over the place.
2008-02-12 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: Unify the handling of various "Enter" keysyms all over the place. (#515047, Christian Persch) svn path=/trunk/; revision=19528
This commit is contained in:
committed by
Matthias Clasen
parent
f51751d2d8
commit
0509519d35
@ -820,6 +820,8 @@ gtk_entry_class_init (GtkEntryClass *class)
|
||||
*/
|
||||
gtk_binding_entry_add_signal (binding_set, GDK_Return, 0,
|
||||
"activate", 0);
|
||||
gtk_binding_entry_add_signal (binding_set, GDK_ISO_Enter, 0,
|
||||
"activate", 0);
|
||||
gtk_binding_entry_add_signal (binding_set, GDK_KP_Enter, 0,
|
||||
"activate", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user