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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 # | 65 # |
66 # If you add a new keyboard layout for existing language, please ensure | 66 # If you add a new keyboard layout for existing language, please ensure |
67 # that information in kHasLatinKeyboardLanguageList[] is still correct. | 67 # that information in kHasLatinKeyboardLanguageList[] is still correct. |
68 | 68 |
69 # U.S. English | 69 # U.S. English |
70 xkb:us::eng us en-US | 70 xkb:us::eng us en-US |
71 xkb:us:intl:eng us(intl) en-US | 71 xkb:us:intl:eng us(intl) en-US |
72 xkb:us:altgr-intl:eng us(altgr-intl) en-US | 72 xkb:us:altgr-intl:eng us(altgr-intl) en-US |
73 xkb:us:dvorak:eng us(dvorak) en-US | 73 xkb:us:dvorak:eng us(dvorak) en-US |
74 xkb:us:colemak:eng us(colemak) en-US | 74 xkb:us:colemak:eng us(colemak) en-US |
75 english-m us en-US | |
76 # U.S. English entiries have to be above the Dutch entry so that xkb:us:intl:eng | 75 # U.S. English entiries have to be above the Dutch entry so that xkb:us:intl:eng |
77 # will be selected as the default keyboard when the UI language is set to Dutch. | 76 # will be selected as the default keyboard when the UI language is set to Dutch. |
78 | 77 |
79 # Dutch | 78 # Dutch |
80 xkb:be::nld be nl | 79 xkb:be::nld be nl |
81 # We don't support xkb:nl::nld. See b/4430951. | 80 # We don't support xkb:nl::nld. See b/4430951. |
82 | 81 |
83 # French | 82 # French |
84 xkb:fr::fra fr fr | 83 xkb:fr::fra fr fr |
85 xkb:be::fra be fr | 84 xkb:be::fra be fr |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 xkb:si::slv si sl | 133 xkb:si::slv si sl |
135 xkb:rs::srp rs sr | 134 xkb:rs::srp rs sr |
136 xkb:tr::tur tr tr | 135 xkb:tr::tur tr tr |
137 xkb:ua::ukr ua uk | 136 xkb:ua::ukr ua uk |
138 xkb:by::bel by be | 137 xkb:by::bel by be |
139 xkb:am:phonetic:arm am hy | 138 xkb:am:phonetic:arm am hy |
140 xkb:ge::geo ge ka | 139 xkb:ge::geo ge ka |
141 xkb:mn::mon mn mn | 140 xkb:mn::mon mn mn |
142 # 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 |
143 # if necessary. | 142 # if necessary. |
OLD | NEW |