From c6482e0aec879670b2256dd86cdbc8f70d2fa17b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 8 Jan 2013 02:00:01 +0000 Subject: [PATCH] efl/ecore_imf: add example of ECORE_IMF_MODULE usage SVN revision: 82374 --- src/lib/ecore_imf/Ecore_IMF.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 41dca8cf1b..285ea48607 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -44,6 +44,7 @@ extern "C" { * (based on edje_entry) to map from key events to Unicode character strings. * * The default input method can be set through setting the ECORE_IMF_MODULE environment variable. + * eg) export ECORE_IMF_MODULE=xim (or scim or ibus) * * An input method may consume multiple key events in sequence and finally output the composed result. * This is called preediting, and an input method may provide feedback about