simulate and enter pressed event

2006-12-13 Thread krithika.sivakumar
Hi, I need to simulate Key Enter pressed event from another application. I'm able to simulate a move focus from my application by calling g_signal_emit_by_name(window_main, move_focus, GTK_DIR_TAB_FORWARD); Is there any similar way to get Enter key press event. Please let me how it can

Re: simulate and enter pressed event

2006-12-13 Thread Gian Mario Tagliaretti
2006/12/13, [EMAIL PROTECTED] [EMAIL PROTECTED]: Is there any similar way to get Enter key press event. what about key-press-event... http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-key-press-event cheers -- Gian Mario Tagliaretti http://www.parafernalia.org/pygtk/