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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 # Thai | 96 # Thai |
97 m17n:th:kesmanee us th | 97 m17n:th:kesmanee us th |
98 m17n:th:pattachote us th | 98 m17n:th:pattachote us th |
99 m17n:th:tis820 us th | 99 m17n:th:tis820 us th |
100 | 100 |
101 # Simplified Chinese | |
102 pinyin us zh-CN | |
103 pinyin-dv us(dvorak) zh-CN | |
104 | |
105 # Traditional Chinese | 101 # Traditional Chinese |
106 mozc-chewing us zh-TW | |
107 m17n:zh:cangjie us zh-TW | |
108 m17n:zh:quick us zh-TW | 102 m17n:zh:quick us zh-TW |
109 | 103 |
110 # Vietnamese | 104 # Vietnamese |
111 m17n:vi:tcvn us vi | 105 m17n:vi:tcvn us vi |
112 m17n:vi:telex us vi | 106 m17n:vi:telex us vi |
113 m17n:vi:viqr us vi | 107 m17n:vi:viqr us vi |
114 m17n:vi:vni us vi | 108 m17n:vi:vni us vi |
115 # Note: Since Chrome does not support "get surrounding text" feature yet, | 109 # Note: Since Chrome does not support "get surrounding text" feature yet, |
116 # Vietnames input methods, except 4 input methods above, in m17n-db should | 110 # Vietnames input methods, except 4 input methods above, in m17n-db should |
117 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the | 111 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 xkb:si::slv si sl | 201 xkb:si::slv si sl |
208 xkb:rs::srp rs sr | 202 xkb:rs::srp rs sr |
209 xkb:tr::tur tr tr | 203 xkb:tr::tur tr tr |
210 xkb:ua::ukr ua uk | 204 xkb:ua::ukr ua uk |
211 xkb:by::bel by be | 205 xkb:by::bel by be |
212 xkb:am:phonetic:arm am hy | 206 xkb:am:phonetic:arm am hy |
213 xkb:ge::geo ge ka | 207 xkb:ge::geo ge ka |
214 xkb:mn::mon mn mn | 208 xkb:mn::mon mn mn |
215 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 209 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
216 # if necessary. | 210 # if necessary. |
OLD | NEW |