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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 | 69 |
70 # Dutch | 70 # Dutch |
71 xkb:be::nld be nl | 71 xkb:be::nld be nl |
72 # We don't support xkb:nl::nld. See b/4430951. | 72 # We don't support xkb:nl::nld. See b/4430951. |
73 | 73 |
74 # French | 74 # French |
75 xkb:fr::fra fr fr | 75 xkb:fr::fra fr fr |
76 xkb:be::fra be fr | 76 xkb:be::fra be fr |
77 xkb:ca::fra ca fr | 77 xkb:ca::fra ca fr |
78 xkb:ch:fr:fra ch(fr) fr | 78 xkb:ch:fr:fra ch(fr) fr |
| 79 xkb:ca:multi:fra ca(multi) fr |
79 | 80 |
80 # German | 81 # German |
81 xkb:de::ger de de | 82 xkb:de::ger de de |
82 xkb:de:neo:ger de(neo) de | 83 xkb:de:neo:ger de(neo) de |
83 xkb:be::ger be de | 84 xkb:be::ger be de |
84 xkb:ch::ger ch de | 85 xkb:ch::ger ch de |
85 | 86 |
86 # Japanese | 87 # Japanese |
87 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when | 88 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when |
88 # a new Mozc Japanese IME for another keyboard layout is added. | 89 # a new Mozc Japanese IME for another keyboard layout is added. |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 xkb:pt::por pt pt-PT | 202 xkb:pt::por pt pt-PT |
202 xkb:ro::rum ro ro | 203 xkb:ro::rum ro ro |
203 xkb:se::swe se sv | 204 xkb:se::swe se sv |
204 xkb:sk::slo sk sk | 205 xkb:sk::slo sk sk |
205 xkb:si::slv si sl | 206 xkb:si::slv si sl |
206 xkb:rs::srp rs sr | 207 xkb:rs::srp rs sr |
207 xkb:tr::tur tr tr | 208 xkb:tr::tur tr tr |
208 xkb:ua::ukr ua uk | 209 xkb:ua::ukr ua uk |
209 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 210 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
210 # if necessary. | 211 # if necessary. |
OLD | NEW |