| OLD | NEW |
| 1 # The list of input method IDs that we support. This filtering is necessary | 1 # The list of input method IDs that we support. This filtering is necessary |
| 2 # since some input methods are definitely unnecessary for us. For example, we | 2 # since some input methods are definitely unnecessary for us. For example, we |
| 3 # should disable "ja:anthy", "zh:cangjie", and "zh:pinyin" engines in | 3 # should disable "ja:anthy", "zh:cangjie", and "zh:pinyin" engines in |
| 4 # ibus-m17n since we (will) have better equivalents outside of ibus-m17n. | 4 # ibus-m17n since we (will) have better equivalents outside of ibus-m17n. |
| 5 # The list will be processed by scripts. | 5 # The list will be processed by scripts. |
| 6 | 6 |
| 7 # The order of the list is important. In Chrome's "Languages and Input" options | 7 # The order of the list is important. In Chrome's "Languages and Input" options |
| 8 # page, we list input methods in this order, when more than one input methods | 8 # page, we list input methods in this order, when more than one input methods |
| 9 # are available for a language (ex. French). | 9 # are available for a language (ex. French). |
| 10 | 10 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 xkb:de::ger # Germany - German | 22 xkb:de::ger # Germany - German |
| 23 xkb:be::ger # Belgium - German | 23 xkb:be::ger # Belgium - German |
| 24 xkb:ch::ger # Switzerland - German | 24 xkb:ch::ger # Switzerland - German |
| 25 | 25 |
| 26 # Japanese | 26 # Japanese |
| 27 mozc # ibus-mozc - Japanese (with English keyboard) | 27 mozc # ibus-mozc - Japanese (with English keyboard) |
| 28 mozc-jp # ibus-mozc - Japanese (with Japanese keyboard) | 28 mozc-jp # ibus-mozc - Japanese (with Japanese keyboard) |
| 29 mozc-dv # ibus-mozc - Japanese (with Dvorak keyboard) | 29 mozc-dv # ibus-mozc - Japanese (with Dvorak keyboard) |
| 30 xkb:jp::jpn # Japan - Japanese | 30 xkb:jp::jpn # Japan - Japanese |
| 31 | 31 |
| 32 # Russian |
| 33 xkb:ru::rus # Russia - Russian |
| 34 xkb:ru:phonetic:rus # Russia - Phonetic - Russian |
| 35 |
| 32 # Thai | 36 # Thai |
| 33 m17n:th:kesmanee # Thai (simulate the Kesmanee keyboard) | 37 m17n:th:kesmanee # Thai (simulate the Kesmanee keyboard) |
| 34 m17n:th:pattachote # Thai (simulate the Pattachote keyboard) | 38 m17n:th:pattachote # Thai (simulate the Pattachote keyboard) |
| 35 m17n:th:tis820 # Thai (simulate the TIS-820.2538 keyboard) | 39 m17n:th:tis820 # Thai (simulate the TIS-820.2538 keyboard) |
| 36 | 40 |
| 37 # Traditional Chinese | 41 # Traditional Chinese |
| 38 chewing # ibus-chewing - Traditional Chinese | 42 chewing # ibus-chewing - Traditional Chinese |
| 39 m17n:zh:cangjie # Traditional Chinese (Cangjie) | 43 m17n:zh:cangjie # Traditional Chinese (Cangjie) |
| 40 m17n:zh:quick # Traditional Chinese (Quick) in m17n-contrib | 44 m17n:zh:quick # Traditional Chinese (Quick) in m17n-contrib |
| 41 # TODO(suzhe): Add CantonHK and Stroke5 if (it's really) necessary. | 45 # TODO(suzhe): Add CantonHK and Stroke5 if (it's really) necessary. |
| 42 | 46 |
| 43 # Vietnamese | 47 # Vietnamese |
| 44 m17n:vi:tcvn # Vietnames (TCVN6064 sequence) | 48 m17n:vi:tcvn # Vietnames (TCVN6064 sequence) |
| 45 m17n:vi:telex # Vietnames (TELEX key sequence) | 49 m17n:vi:telex # Vietnames (TELEX key sequence) |
| 46 m17n:vi:viqr # Vietnames (VIQR key sequence) | 50 m17n:vi:viqr # Vietnames (VIQR key sequence) |
| 47 m17n:vi:vni # Vietnames (VNI key sequence) | 51 m17n:vi:vni # Vietnames (VNI key sequence) |
| 48 # Note: Since ibus-m17n does not support "get-surrounding-text" feature yet, | 52 # Note: Since ibus-m17n does not support "get-surrounding-text" feature yet, |
| 49 # Vietnames input methods, except 4 input methods above, in m17n-db should | 53 # Vietnames input methods, except 4 input methods above, in m17n-db should |
| 50 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the | 54 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the |
| 51 # feature. | 55 # feature. |
| 52 | 56 |
| 53 # U.S. English | 57 # U.S. English |
| 54 xkb:us::eng # US - English | 58 xkb:us::eng # US - English |
| 55 xkb:us:dvorak:eng # US - Dvorak - English | 59 xkb:us:altgr-intl:eng # US - International (AltGr dead keys) - English |
| 56 | 60 xkb:us:dvorak:eng # US - Dvorak - English |
| 57 | 61 |
| 58 # Other languages | 62 # Other languages |
| 59 hangul # ibus-hangul - Korean | 63 hangul # ibus-hangul - Korean |
| 60 pinyin # Pinyin engine in ibus-pinyin - Simplified Chinese | 64 pinyin # Pinyin engine in ibus-pinyin - Simplified Chinese |
| 61 | 65 |
| 62 # ibus-m17n input methods. | 66 # ibus-m17n input methods. |
| 63 m17n:ar:kbd # Arabic | 67 m17n:ar:kbd # Arabic |
| 64 m17n:he:kbd # Hebrew | 68 m17n:he:kbd # Hebrew |
| 65 m17n:hi:itrans # Hindi | 69 m17n:hi:itrans # Hindi |
| 66 # Note: the m17n-contrib package has some more Hindi definitions. | 70 # Note: the m17n-contrib package has some more Hindi definitions. |
| 67 m17n:fa:isiri # Persian | 71 m17n:fa:isiri # Persian |
| 68 | 72 |
| 69 # ibux-xkb-layouts input methods (keyboard layouts). | 73 # ibux-xkb-layouts input methods (keyboard layouts). |
| 70 xkb:br::por # Brazil - Portuguese | 74 xkb:br::por # Brazil - Portuguese |
| (...skipping 14 matching lines...) Expand all Loading... |
| 85 xkb:hu::hun # Hungary - Hungarian | 89 xkb:hu::hun # Hungary - Hungarian |
| 86 xkb:it::ita # Italy - Italian | 90 xkb:it::ita # Italy - Italian |
| 87 xkb:no::nor # Norway - Norwegian | 91 xkb:no::nor # Norway - Norwegian |
| 88 xkb:pl::pol # Poland - Polish | 92 xkb:pl::pol # Poland - Polish |
| 89 xkb:pt::por # Portugal - Portuguese | 93 xkb:pt::por # Portugal - Portuguese |
| 90 xkb:ro::rum # Romania - Romanian | 94 xkb:ro::rum # Romania - Romanian |
| 91 xkb:se::swe # Sweden - Swedish | 95 xkb:se::swe # Sweden - Swedish |
| 92 xkb:sk::slo # Slovakia - Slovak | 96 xkb:sk::slo # Slovakia - Slovak |
| 93 xkb:si::slv # Slovenia - Slovene (Slovenian) | 97 xkb:si::slv # Slovenia - Slovene (Slovenian) |
| 94 xkb:rs::srp # Serbia - Serbian | 98 xkb:rs::srp # Serbia - Serbian |
| 95 xkb:ru::rus # Russia - Russian | |
| 96 xkb:tr::tur # Turkey - Turkish | 99 xkb:tr::tur # Turkey - Turkish |
| 97 xkb:ua::ukr # Ukraine - Ukrainian | 100 xkb:ua::ukr # Ukraine - Ukrainian |
| 98 # TODO(satorux,jshin): Add more keyboard layouts. | |
| OLD | NEW |