input module / application priority
- From: Vadim Berezniker <vadim berezniker com>
- To: gtk-app-devel-list gnome org
- Subject: input module / application priority
- Date: Thu, 27 Feb 2003 03:23:10 -0500
In my application, I have an entry box that checks its input whenever
the Enter key is pressed.
I use im-ja gtk2 input module to input japanese into the textbox.
Enter is used to confirm the right text for the input module.
It seems that my application gets the event first, before the input
method does. That is, my application doesn't see any of the freshly
inputted text, and then the key event is sent to the input module which
then committs the text, but at this point it's too late.
Is there any way to get around this problem.
(For temporary relief, I added another key to im-ja as confirm key.)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]