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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 | 95 |
96 # Japanese | 96 # Japanese |
97 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when | 97 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when |
98 # a new Mozc Japanese IME for another keyboard layout is added. | 98 # a new Mozc Japanese IME for another keyboard layout is added. |
99 xkb:jp::jpn jp ja | 99 xkb:jp::jpn jp ja |
100 | 100 |
101 # Russian | 101 # Russian |
102 xkb:ru::rus ru ru | 102 xkb:ru::rus ru ru |
103 xkb:ru:phonetic:rus ru(phonetic) ru | 103 xkb:ru:phonetic:rus ru(phonetic) ru |
104 | 104 |
| 105 # Arabic |
| 106 m17n:ar:kbd us ar |
| 107 |
105 # Keyboard layouts. | 108 # Keyboard layouts. |
106 xkb:br::por br pt-BR | 109 xkb:br::por br pt-BR |
107 xkb:bg::bul bg bg | 110 xkb:bg::bul bg bg |
108 xkb:bg:phonetic:bul bg(phonetic) bg | 111 xkb:bg:phonetic:bul bg(phonetic) bg |
109 xkb:ca:eng:eng ca(eng) en-CA | 112 xkb:ca:eng:eng ca(eng) en-CA |
110 xkb:cz::cze cz cs | 113 xkb:cz::cze cz cs |
111 xkb:cz:qwerty:cze cz(qwerty) cs | 114 xkb:cz:qwerty:cze cz(qwerty) cs |
112 xkb:ee::est ee et | 115 xkb:ee::est ee et |
113 xkb:es::spa es es | 116 xkb:es::spa es es |
114 xkb:es:cat:cat es(cat) ca | 117 xkb:es:cat:cat es(cat) ca |
(...skipping 19 matching lines...) Expand all Loading... |
134 xkb:si::slv si sl | 137 xkb:si::slv si sl |
135 xkb:rs::srp rs sr | 138 xkb:rs::srp rs sr |
136 xkb:tr::tur tr tr | 139 xkb:tr::tur tr tr |
137 xkb:ua::ukr ua uk | 140 xkb:ua::ukr ua uk |
138 xkb:by::bel by be | 141 xkb:by::bel by be |
139 xkb:am:phonetic:arm am hy | 142 xkb:am:phonetic:arm am hy |
140 xkb:ge::geo ge ka | 143 xkb:ge::geo ge ka |
141 xkb:mn::mon mn mn | 144 xkb:mn::mon mn mn |
142 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 145 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
143 # if necessary. | 146 # if necessary. |
OLD | NEW |