Re: [E-devel] PATCH: Make Ecore_X handle MappingNotify events

2009-03-13 Thread The Rasterman
On Sun, 15 Feb 2009 21:45:50 +0100 Olof Sjobergh said: in svn! :) > Hi, > > To correctly handle key events sent by the ecore_x_test_fake_key_press > function, Ecore_X has to handle X MappingNotify events. Otherwise, > utf8 chars not mapped to simple keycodes won't be received correctly, > since

[E-devel] PATCH: Make Ecore_X handle MappingNotify events

2009-02-15 Thread Olof Sjobergh
Hi, To correctly handle key events sent by the ecore_x_test_fake_key_press function, Ecore_X has to handle X MappingNotify events. Otherwise, utf8 chars not mapped to simple keycodes won't be received correctly, since ecore_x_test_fake_key_press remaps the keymap to send arbitrary strings. Handlin