diff options
author | Jihoon Kim <imfine98@gmail.com> | 2013-01-08 02:00:01 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2013-01-08 02:00:01 +0000 |
commit | c6482e0aec879670b2256dd86cdbc8f70d2fa17b (patch) | |
tree | 4804ab19ec920eaa956c5ea0b2e52b5bb68944a7 /src/lib/ecore_imf | |
parent | f35fd9762eac5bb23ecb3db7d78a8d9e45ea0015 (diff) |
efl/ecore_imf: add example of ECORE_IMF_MODULE usage
SVN revision: 82374
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" { | |||
44 | * (based on edje_entry) to map from key events to Unicode character strings. | 44 | * (based on edje_entry) to map from key events to Unicode character strings. |
45 | * | 45 | * |
46 | * The default input method can be set through setting the ECORE_IMF_MODULE environment variable. | 46 | * The default input method can be set through setting the ECORE_IMF_MODULE environment variable. |
47 | * eg) export ECORE_IMF_MODULE=xim (or scim or ibus) | ||
47 | * | 48 | * |
48 | * An input method may consume multiple key events in sequence and finally output the composed result. | 49 | * An input method may consume multiple key events in sequence and finally output the composed result. |
49 | * This is called preediting, and an input method may provide feedback about | 50 | * This is called preediting, and an input method may provide feedback about |