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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 xkb:de::ger de de | 90 xkb:de::ger de de |
91 xkb:de:neo:ger de(neo) de | 91 xkb:de:neo:ger de(neo) de |
92 xkb:be::ger be de | 92 xkb:be::ger be de |
93 xkb:ch::ger ch de | 93 xkb:ch::ger ch de |
94 | 94 |
95 # Japanese | 95 # Japanese |
96 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when | 96 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when |
97 # a new Mozc Japanese IME for another keyboard layout is added. | 97 # a new Mozc Japanese IME for another keyboard layout is added. |
98 xkb:jp::jpn jp ja | 98 xkb:jp::jpn jp ja |
99 | 99 |
100 # Traditional Chinese | |
101 mozc-chewing us zh-TW | |
102 m17n:zh:quick us zh-TW | |
103 | |
104 # Russian | 100 # Russian |
105 xkb:ru::rus ru ru | 101 xkb:ru::rus ru ru |
106 xkb:ru:phonetic:rus ru(phonetic) ru | 102 xkb:ru:phonetic:rus ru(phonetic) ru |
107 | 103 |
108 # Keyboard layouts. | 104 # Keyboard layouts. |
109 xkb:br::por br pt-BR | 105 xkb:br::por br pt-BR |
110 xkb:bg::bul bg bg | 106 xkb:bg::bul bg bg |
111 xkb:bg:phonetic:bul bg(phonetic) bg | 107 xkb:bg:phonetic:bul bg(phonetic) bg |
112 xkb:ca:eng:eng ca(eng) en-CA | 108 xkb:ca:eng:eng ca(eng) en-CA |
113 xkb:cz::cze cz cs | 109 xkb:cz::cze cz cs |
(...skipping 23 matching lines...) Expand all Loading... |
137 xkb:si::slv si sl | 133 xkb:si::slv si sl |
138 xkb:rs::srp rs sr | 134 xkb:rs::srp rs sr |
139 xkb:tr::tur tr tr | 135 xkb:tr::tur tr tr |
140 xkb:ua::ukr ua uk | 136 xkb:ua::ukr ua uk |
141 xkb:by::bel by be | 137 xkb:by::bel by be |
142 xkb:am:phonetic:arm am hy | 138 xkb:am:phonetic:arm am hy |
143 xkb:ge::geo ge ka | 139 xkb:ge::geo ge ka |
144 xkb:mn::mon mn mn | 140 xkb:mn::mon mn mn |
145 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 141 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
146 # if necessary. | 142 # if necessary. |
OLD | NEW |