From 305aedfbfb27ef83ff933c8235b184f3ba5041c3 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 3 Apr 2009 09:55:16 +0000 Subject: [PATCH] New file. --- im/zh-pinyin-vi.mim | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 im/zh-pinyin-vi.mim diff --git a/im/zh-pinyin-vi.mim b/im/zh-pinyin-vi.mim new file mode 100644 index 0000000..41b0053 --- /dev/null +++ b/im/zh-pinyin-vi.mim @@ -0,0 +1,24 @@ +;;Created by:Trần Ngọc Quân +;;Email: vnwildman@gmai.com +;; zh-pinyin-vi.mim -- Input method for Chinese Pinyin characters using "s" for second tone "r" for the third tone, "j" and "f" for the fourth and fifth tone. + +(input-method zh pinyin-vi) + +(description "Input method for Chinese Pinyin characters.Note that it's not for inputting Han characters.") + +(title "PinYinVi") + +(map + (tone + ("j" (select 1)) + ("s" (select 2)) + ("r" (select 3)) + ("f" (select 4)))) + +(include (zh pinyin) map vowel) + +(state + (init + (vowel (shift select))) + (select + (tone (shift init)))) -- 1.7.10.4