
| Current Path : /proc/thread-self/root/usr/share/im-config/data/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/share/im-config/data/02_cjkv.rc |
# start most popular available input method automatically
# for Chinese, Japanese, Korean, Vietnamese
# (If there are some locales to be added ... let me know :-)
# vim: set sts=4 expandtab:
case $LANG in
zh_*.*|ja_JP.*|ko_KR.*|vi_VN.*)
run_im auto
;;
*)
;;
esac