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-or-space-separated columns. | 4 # Each non-comment line contains the following tab-or-space-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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 xkb:gb:extd:eng gb(extd) en,en-GB GB login | 103 xkb:gb:extd:eng gb(extd) en,en-GB GB login |
104 xkb:gb:dvorak:eng gb(dvorak) en,en-GB DV login | 104 xkb:gb:dvorak:eng gb(dvorak) en,en-GB DV login |
105 xkb:fi::fin fi fi FI login | 105 xkb:fi::fin fi fi FI login |
106 xkb:hu::hun hu hu HU login | 106 xkb:hu::hun hu hu HU login |
107 xkb:it::ita it it,it-IT IT login | 107 xkb:it::ita it it,it-IT IT login |
108 xkb:is::ice is is IS login | 108 xkb:is::ice is is IS login |
109 xkb:no::nob no nb,nn,no NO login | 109 xkb:no::nob no nb,nn,no NO login |
110 xkb:pl::pol pl pl PL login | 110 xkb:pl::pol pl pl PL login |
111 xkb:pt::por pt pt-PT,pt PT login | 111 xkb:pt::por pt pt-PT,pt PT login |
112 xkb:ro::rum ro ro RO login | 112 xkb:ro::rum ro ro RO login |
| 113 xkb:ro:std:rum ro(std) ro RO login |
113 xkb:se::swe se sv SE login | 114 xkb:se::swe se sv SE login |
114 xkb:sk::slo sk sk SK | 115 xkb:sk::slo sk sk SK |
115 xkb:si::slv si sl SI login | 116 xkb:si::slv si sl SI login |
116 xkb:rs::srp rs sr RS | 117 xkb:rs::srp rs sr RS |
117 xkb:tr::tur tr tr TR login | 118 xkb:tr::tur tr tr TR login |
118 xkb:ua::ukr ua uk UA | 119 xkb:ua::ukr ua uk UA |
119 xkb:by::bel by be BY | 120 xkb:by::bel by be BY |
120 xkb:am:phonetic:arm am hy AM | 121 xkb:am:phonetic:arm am hy AM |
121 xkb:ge::geo ge ka GE | 122 xkb:ge::geo ge ka GE |
122 xkb:mn::mon mn mn MN | 123 xkb:mn::mon mn mn MN |
123 xkb:ie::ga ie ga GA login | 124 xkb:ie::ga ie ga GA login |
124 xkb:mt::mlt mt mt MT login | 125 xkb:mt::mlt mt mt MT login |
125 | 126 |
126 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa | 127 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa |
127 # if necessary. | 128 # if necessary. |
OLD | NEW |