In order to resolve the consumed keyboardEvents, I call the method:
gtk_signal_connect(GTK_OBJECT(browser->mozEmbed), "dom_key_down",
               GTK_SIGNAL_FUNC(dom_key_down_cb), browser);
to catch the keydown event. It's good to catch alphabet key,while couldn't catch alt,shift,ctrl key.
Anyone could give some ideas?
Thanks in advance.

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to