Correct comment description.
[m17n/m17n-contrib.git] / im / zh-pinyin-vi.mim
1 ;;Created by:Trần Ngọc Quân
2 ;;Email: vnwildman@gmai.com
3 ;; zh-pinyin-vi.mim -- Input method for Chinese Pinyin characters using "j" for first tone "s" for the second tone, "r" and "f" for the third and fourth tone.
4
5 (input-method zh pinyin-vi)
6
7 (description "Input method for Chinese Pinyin characters.Note that it's not for inputting Han characters.")
8
9 (title "PinYinVi")
10
11 (map
12  (tone
13   ("j" (select 1))
14   ("s" (select 2))
15   ("r" (select 3))
16   ("f" (select 4))))
17
18 (include (zh pinyin) map vowel)
19
20 (state
21  (init
22   (vowel (shift select)))
23  (select
24   (tone (shift init))))