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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 | 174 |
175 # Amharic | 175 # Amharic |
176 m17n:am:sera us am | 176 m17n:am:sera us am |
177 | 177 |
178 # Keyboard layouts. | 178 # Keyboard layouts. |
179 xkb:br::por br pt-BR | 179 xkb:br::por br pt-BR |
180 xkb:bg::bul bg bg | 180 xkb:bg::bul bg bg |
181 xkb:bg:phonetic:bul bg(phonetic) bg | 181 xkb:bg:phonetic:bul bg(phonetic) bg |
182 xkb:ca:eng:eng ca(eng) en-CA | 182 xkb:ca:eng:eng ca(eng) en-CA |
183 xkb:cz::cze cz cs | 183 xkb:cz::cze cz cs |
| 184 xkb:cz:qwerty:cze cz(qwerty) cs |
184 xkb:ee::est ee et | 185 xkb:ee::est ee et |
185 xkb:es::spa es es | 186 xkb:es::spa es es |
186 xkb:es:cat:cat es(cat) ca | 187 xkb:es:cat:cat es(cat) ca |
187 xkb:dk::dan dk da | 188 xkb:dk::dan dk da |
188 xkb:gr::gre gr el | 189 xkb:gr::gre gr el |
189 xkb:il::heb il he | 190 xkb:il::heb il he |
190 xkb:latam::spa latam es | 191 xkb:latam::spa latam es |
191 xkb:lt::lit lt lt | 192 xkb:lt::lit lt lt |
192 xkb:lv:apostrophe:lav lv(apostrophe) lv | 193 xkb:lv:apostrophe:lav lv(apostrophe) lv |
193 xkb:hr::scr hr hr | 194 xkb:hr::scr hr hr |
194 xkb:gb:extd:eng gb(extd) en-GB | 195 xkb:gb:extd:eng gb(extd) en-GB |
195 xkb:gb:dvorak:eng gb(dvorak) en-GB | 196 xkb:gb:dvorak:eng gb(dvorak) en-GB |
196 xkb:fi::fin fi fi | 197 xkb:fi::fin fi fi |
197 xkb:hu::hun hu hu | 198 xkb:hu::hun hu hu |
198 xkb:it::ita it it | 199 xkb:it::ita it it |
199 xkb:is::ice is is | 200 xkb:is::ice is is |
200 xkb:no::nob no nb | 201 xkb:no::nob no nb |
201 xkb:pl::pol pl pl | 202 xkb:pl::pol pl pl |
202 xkb:pt::por pt pt-PT | 203 xkb:pt::por pt pt-PT |
203 xkb:ro::rum ro ro | 204 xkb:ro::rum ro ro |
204 xkb:se::swe se sv | 205 xkb:se::swe se sv |
205 xkb:sk::slo sk sk | 206 xkb:sk::slo sk sk |
206 xkb:si::slv si sl | 207 xkb:si::slv si sl |
207 xkb:rs::srp rs sr | 208 xkb:rs::srp rs sr |
208 xkb:tr::tur tr tr | 209 xkb:tr::tur tr tr |
209 xkb:ua::ukr ua uk | 210 xkb:ua::ukr ua uk |
| 211 xkb:by::bel by be |
| 212 xkb:am:phonetic:arm am hy |
| 213 xkb:ge::geo ge ka |
| 214 xkb:mn::mon mn mn |
210 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 215 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
211 # if necessary. | 216 # if necessary. |
OLD | NEW |