Re: Yiddish input method
- From: Raphael Finkel <raphael cs uky edu>
- To: gtk-i18n-list gnome org
- Subject: Re: Yiddish input method
- Date: Wed, 22 Dec 2004 12:58:10 -0500
> Theppitak Karoonboonyanan wrote:
>
> Well, similar thing in my proposed patch to Bug #81031 for Thai IM.
> However, it modifies existing context by emitting "delete-surrounding"
> signal instead of using backspace. It's just more precise for scripts
> with combining characters like Thai.
Actually, that's what mine does, too. For \b, instead of calling
g_signal_emit_by_name (context, "commit", string);
it calls
gtk_im_context_delete_surrounding(context, -1, 1);
Raphael
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]