Re: Yiddish input method



> 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]