Georg Baum wrote:
Abdelrazak Younes wrote:
I think we should have an RC setting for inputMethodEvent. This should
be enabled only for Asian language (see patch).
Why? As I understand it such an event is simply not generated if I don't use
an input method, so it would not hurt at all to enable it always.
Ah? I thought it was generated in any case on key press... If you're
right then we don't need an RC for that indeed.
An rc entry should be avoided if at all possible, since this is another
possible point of failure.
BTW, from http://doc.trolltech.com/4.2/qinputmethodevent.html I read that we
need to implement a GuiWorkArea::inputMethodQuery method.
I have an item in my TODO list for reading this doc... It would be cool
if Cghan would take care of that...
Abdel.