OLD | NEW |
1 # The list of keyboard layouts that we support. The keyboard layout metadata is | 1 # The list of keyboard layouts that we support. The keyboard layout metadata is |
2 # also defined here. | 2 # also defined here. |
3 # | 3 # |
4 # Each non-comment line contains the following tab-separated columns. | 4 # Each non-comment line contains the following tab-separated columns. |
5 # | 5 # |
6 # 1) The input method ID used by Chrome. (ex. "xkb:ca::fra") You should *NEVER* | 6 # 1) The input method ID used by Chrome. (ex. "xkb:ca::fra") You should *NEVER* |
7 # change the ID since the ID might be written in user's ~/Preferences. For | 7 # change the ID since the ID might be written in user's ~/Preferences. For |
8 # example, three-letter ISO 639-2/B codes are used for IDs start with "xkb:" | 8 # example, three-letter ISO 639-2/B codes are used for IDs start with "xkb:" |
9 # for histrical reason, but we should not replace them with two-letter 639-1 | 9 # for histrical reason, but we should not replace them with two-letter 639-1 |
10 # codes that are currently in use in the 3rd column. | 10 # codes that are currently in use in the 3rd column. |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 xkb:is::ice is is login | 98 xkb:is::ice is is login |
99 xkb:no::nob no nb login | 99 xkb:no::nob no nb login |
100 xkb:pl::pol pl pl login | 100 xkb:pl::pol pl pl login |
101 xkb:pt::por pt pt-PT login | 101 xkb:pt::por pt pt-PT login |
102 xkb:ro::rum ro ro login | 102 xkb:ro::rum ro ro login |
103 xkb:se::swe se sv login | 103 xkb:se::swe se sv login |
104 xkb:sk::slo sk sk | 104 xkb:sk::slo sk sk |
105 xkb:si::slv si sl login | 105 xkb:si::slv si sl login |
106 xkb:rs::srp rs sr | 106 xkb:rs::srp rs sr |
107 xkb:tr::tur tr tr login | 107 xkb:tr::tur tr tr login |
108 xkb:ua::ukr» ua» uk login | 108 xkb:ua::ukr» ua» uk |
109 xkb:by::bel by be | 109 xkb:by::bel by be |
110 xkb:am:phonetic:arm am hy | 110 xkb:am:phonetic:arm am hy |
111 xkb:ge::geo ge ka | 111 xkb:ge::geo ge ka |
112 xkb:mn::mon mn mn | 112 xkb:mn::mon mn mn |
113 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 113 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
114 # if necessary. | 114 # if necessary. |
OLD | NEW |