[openi18n-im:01490] Re: iiimx patch to enable key release event

AShiZaWa KaZuNoRi <[email protected]> Mon, 25 Jul 2005 19:52:09 +0900
Newsgroups gmane.comp.internationalization.input-methods
Message-ID <[email protected]>
Date: Mon, 25 Jul 2005 17:00:08 +0800
From: Federic Zhang <[email protected]>:
> 
> Attached is the patch to enable key release event in IIIMXCF side,
> please review and give feedback, i will commit if nobody objects. Note
> that i don't change IIIMCF_keyevent_To_XKeyEvent in KeyMap.c because
> only key press event will be sent back from server with

Key release event will NOT be sent back?  Would you explain the
reason?

Regards,
-- 
kasha


> iml_make_keypress_inst if the key isn't consumed by LE.
> 
> To verify whether release event is sent via iiimx to server or not, the
> client should be able to send both press and release event, for Gtk+
> app, please use the attached gtk patch which forces filter_key_release,
> which is just used for verification, rebuild im-xim.so and copy to
> /usr/lib/gtk-2.0/<version>/immodules.
> 
> -federic