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 # Vietnamese | |
106 m17n:vi:vni us vi | |
107 # Note: Since Chrome does not support "get surrounding text" feature yet, | |
108 # Vietnames input methods, except 4 input methods above, in m17n-db should | |
109 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the | |
110 # feature. | |
111 | |
112 # Keyboard layouts. | 105 # Keyboard layouts. |
113 xkb:br::por br pt-BR | 106 xkb:br::por br pt-BR |
114 xkb:bg::bul bg bg | 107 xkb:bg::bul bg bg |
115 xkb:bg:phonetic:bul bg(phonetic) bg | 108 xkb:bg:phonetic:bul bg(phonetic) bg |
116 xkb:ca:eng:eng ca(eng) en-CA | 109 xkb:ca:eng:eng ca(eng) en-CA |
117 xkb:cz::cze cz cs | 110 xkb:cz::cze cz cs |
118 xkb:cz:qwerty:cze cz(qwerty) cs | 111 xkb:cz:qwerty:cze cz(qwerty) cs |
119 xkb:ee::est ee et | 112 xkb:ee::est ee et |
120 xkb:es::spa es es | 113 xkb:es::spa es es |
121 xkb:es:cat:cat es(cat) ca | 114 xkb:es:cat:cat es(cat) ca |
(...skipping 19 matching lines...) Expand all Loading... |
141 xkb:si::slv si sl | 134 xkb:si::slv si sl |
142 xkb:rs::srp rs sr | 135 xkb:rs::srp rs sr |
143 xkb:tr::tur tr tr | 136 xkb:tr::tur tr tr |
144 xkb:ua::ukr ua uk | 137 xkb:ua::ukr ua uk |
145 xkb:by::bel by be | 138 xkb:by::bel by be |
146 xkb:am:phonetic:arm am hy | 139 xkb:am:phonetic:arm am hy |
147 xkb:ge::geo ge ka | 140 xkb:ge::geo ge ka |
148 xkb:mn::mon mn mn | 141 xkb:mn::mon mn mn |
149 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 142 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
150 # if necessary. | 143 # if necessary. |
OLD | NEW |