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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 79 |
80 # German | 80 # German |
81 xkb:de::ger de de | 81 xkb:de::ger de de |
82 xkb:de:neo:ger de(neo) de | 82 xkb:de:neo:ger de(neo) de |
83 xkb:be::ger be de | 83 xkb:be::ger be de |
84 xkb:ch::ger ch de | 84 xkb:ch::ger ch de |
85 | 85 |
86 # Japanese | 86 # Japanese |
87 mozc us ja | |
88 mozc-jp jp ja | |
89 mozc-dv us(dvorak) ja | |
90 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when | 87 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when |
91 # a new Mozc Japanese IME for another keyboard layout is added. | 88 # a new Mozc Japanese IME for another keyboard layout is added. |
92 xkb:jp::jpn jp ja | 89 xkb:jp::jpn jp ja |
93 | 90 |
94 # Russian | 91 # Russian |
95 xkb:ru::rus ru ru | 92 xkb:ru::rus ru ru |
96 xkb:ru:phonetic:rus ru(phonetic) ru | 93 xkb:ru:phonetic:rus ru(phonetic) ru |
97 | 94 |
98 # Thai | 95 # Thai |
99 m17n:th:kesmanee us th | 96 m17n:th:kesmanee us th |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 xkb:pt::por pt pt-PT | 201 xkb:pt::por pt pt-PT |
205 xkb:ro::rum ro ro | 202 xkb:ro::rum ro ro |
206 xkb:se::swe se sv | 203 xkb:se::swe se sv |
207 xkb:sk::slo sk sk | 204 xkb:sk::slo sk sk |
208 xkb:si::slv si sl | 205 xkb:si::slv si sl |
209 xkb:rs::srp rs sr | 206 xkb:rs::srp rs sr |
210 xkb:tr::tur tr tr | 207 xkb:tr::tur tr tr |
211 xkb:ua::ukr ua uk | 208 xkb:ua::ukr ua uk |
212 # 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 |
213 # if necessary. | 210 # if necessary. |
OLD | NEW |