[openi18n-im:01124] Re: iiimcf/iiimgcf/compose keys
Hideki Hiura <[email protected]>
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Message-ID | <[email protected]> |
Hi Shao, > From: Yu Shao <[email protected]> > Right now, european dead keys are not handled in iiimgcf, seems only in > unit LE, I am just wondering should we put this part of code into > iiimcf, so both gtk and qt will be able to handle compose keys correctly? UNIT has a capability of handling necessary composition, so just passing through to UNIT would do the necessary operations for compose keys/dead keys. We've recently encountered the problem that some keys seem not being passed to libiiimcf regarding deadkey operation. By using the LE specific hotkey, UNIT will designates Compose key and dead keys as hotkeys so that the composition can be done dynamically, while conversion is off. Is your suggestion to put the composition logic itself to libiiimcf? Thanks! Hideki