On Tue, May 18, 2010 at 4:29 PM, Daniele Ricci <[email protected]> wrote: > Hello, > I wrote a virtual keyboard for the openmoko neofreerunner, but I want > to go deeper with it. > I see that Ecore Input has a IMF module for writing input methods. > What can I do to start? > Comments are really few and not so much self-explainatory, not talking > about googling... >
The input method system was first implemented to integrate Maemo input to Ecore. AFAIK, there is only one plugin implemented: hildon-input-method-ecore, the code can be found at maemo garage: https://garage.maemo.org/projects/himf-ecore Important to notice that the current code is a quite outdated, since it should be using the Eina_Module API. IRC Lutin (Albin Tonnerre) had provided patches a while ago for that, but I couldn't test them. Try taking a look on the code of that plugin, hope that helps. Best Regards, Etrunko. > -- > daniele_athome > > ------------------------------------------------------------------------------ > > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Eduardo de Barros Lima [email protected] ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
