OLD | NEW |
1 # The list of input methods that we support. The input methods metadata is | 1 # The list of input methods that we support. The input methods metadata is |
2 # also defined here. We use this data for the following purposes. | 2 # also defined here. We use this data for the following purposes. |
3 # | 3 # |
4 # 1. Exclude unnecessary input methods. For example, we don't need | 4 # 1. Exclude unnecessary input methods. For example, we don't need |
5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better | 5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better |
6 # alternatives outside of ibus-m17n. Excluding these input methods from | 6 # alternatives outside of ibus-m17n. Excluding these input methods from |
7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml, | 7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml, |
8 # makes the startup time of the IBus daemon faster. This filtering is | 8 # makes the startup time of the IBus daemon faster. This filtering is |
9 # done using a python script at build time of ibus-m17n. | 9 # done using a python script at build time of ibus-m17n. |
10 # See crosbug.com/4161 for details. | 10 # See crosbug.com/4161 for details. |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 86 |
87 # Japanese | 87 # Japanese |
88 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when | 88 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when |
89 # a new Mozc Japanese IME for another keyboard layout is added. | 89 # a new Mozc Japanese IME for another keyboard layout is added. |
90 xkb:jp::jpn jp ja | 90 xkb:jp::jpn jp ja |
91 | 91 |
92 # Russian | 92 # Russian |
93 xkb:ru::rus ru ru | 93 xkb:ru::rus ru ru |
94 xkb:ru:phonetic:rus ru(phonetic) ru | 94 xkb:ru:phonetic:rus ru(phonetic) ru |
95 | 95 |
96 # Traditional Chinese | |
97 m17n:zh:quick us zh-TW | |
98 | |
99 # Vietnamese | 96 # Vietnamese |
100 m17n:vi:vni us vi | 97 m17n:vi:vni us vi |
101 # Note: Since Chrome does not support "get surrounding text" feature yet, | 98 # Note: Since Chrome does not support "get surrounding text" feature yet, |
102 # Vietnames input methods, except 4 input methods above, in m17n-db should | 99 # Vietnames input methods, except 4 input methods above, in m17n-db should |
103 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the | 100 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the |
104 # feature. | 101 # feature. |
105 | 102 |
106 # Korean | 103 # Korean |
107 mozc-hangul kr(kr104) ko | 104 mozc-hangul kr(kr104) ko |
108 xkb:kr:kr104:kor kr(kr104) ko | 105 xkb:kr:kr104:kor kr(kr104) ko |
(...skipping 30 matching lines...) Expand all Loading... |
139 xkb:si::slv si sl | 136 xkb:si::slv si sl |
140 xkb:rs::srp rs sr | 137 xkb:rs::srp rs sr |
141 xkb:tr::tur tr tr | 138 xkb:tr::tur tr tr |
142 xkb:ua::ukr ua uk | 139 xkb:ua::ukr ua uk |
143 xkb:by::bel by be | 140 xkb:by::bel by be |
144 xkb:am:phonetic:arm am hy | 141 xkb:am:phonetic:arm am hy |
145 xkb:ge::geo ge ka | 142 xkb:ge::geo ge ka |
146 xkb:mn::mon mn mn | 143 xkb:mn::mon mn mn |
147 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 144 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
148 # if necessary. | 145 # if necessary. |
OLD | NEW |