I've almost completed a port of Frotz[1] but I'm stuck on one last detail. The application needs to be able to receive an event each time a v-keypad key has been pressed.
I'm using a gtk-entry inside a gtk-layout as well as using gtk_im_multicontext_new() in order to display the v-keypad without waiting for the user to tap the gtk-entry. My problem is that the gtk-entry key_press_event only seems to be called when the user taps enter and not on a per key basis like it does when I build a desktop version of the app. I also tried connecting to the "commit" event of the input method context but it never seems to be called at all. Hope you can help with this show-stopper. Regards, Chris [1] http://www.ifarchive.org/ _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
