Hi,

I thinks this is the same problem as I found with Enscribi. I posted a
patch for Ecore a few days ago, I attached here again if you want to
try it out. Hopefully Rasterman can add it to Ecore soon.

Best regards,

Olof Sjöbergh


On Thu, Feb 19, 2009 at 7:45 PM, Mark Müller
<[email protected]> wrote:
> There is a ticket #58 in shr trac which describes your issue
> (http://trac.shr-project.org/trac/ticket/58). I mentioned it at irc and
> added a comment to reopen the ticket, but there's been no reaction so far.
>
>
> ---
>
> Mark
>
>
> Gaël HERMET schrieb:
>
>> Hi community,
>>
>> I am using the last SHR unstable and I can't insert any accent or
>> special character in the sms app.
>>
>> It don't work with both azerty layout and qwerty layout with french
>> dictionary.
>>
>> If somebody know how to fix that, I don't know where I can search.
>>
>>
>> ---
>> Gaël HERMET
>>
>>
>> _______________________________________________
>> Openmoko community mailing list
>> [email protected]
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>>
>
>
> _______________________________________________
> Openmoko community mailing list
> [email protected]
> http://lists.openmoko.org/mailman/listinfo/community
>
Index: ecore/src/lib/ecore_x/xlib/ecore_x_events.c
===================================================================
--- ecore/src/lib/ecore_x/xlib/ecore_x_events.c	(revision 39016)
+++ ecore/src/lib/ecore_x/xlib/ecore_x_events.c	(working copy)
@@ -1819,10 +1819,11 @@ _ecore_x_event_handle_client_message(XEvent *xeven
 }
 
 void
-_ecore_x_event_handle_mapping_notify(XEvent *xevent __UNUSED__)
+_ecore_x_event_handle_mapping_notify(XEvent *xevent)
 {
    _ecore_x_last_event_mouse_move = 0;
-   /* FIXME: handle this event type */
+
+   XRefreshKeyboardMapping((XMappingEvent *)xevent);
 }
 
 void
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to