OLD | NEW |
1 { | 1 { |
2 "name": "Chrome OS XKB", | 2 "name": "Chrome OS XKB", |
3 "version": "1.0.5.0", | 3 "version": "1.0.5.0", |
4 "description": "Chrome OS XKB", | 4 "description": "Chrome OS XKB", |
5 "default_locale": "en", | 5 "default_locale": "en", |
6 "incognito": "split", | 6 "incognito": "split", |
7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg
IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6
b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", | 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg
IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6
b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", |
8 "permissions": [ | 8 "permissions": [ |
9 "accessibilityFeatures.read", | 9 "accessibilityFeatures.read", |
10 "app.window.alpha", | 10 "app.window.alpha", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "tts", | 21 "tts", |
22 "unlimitedStorage", | 22 "unlimitedStorage", |
23 "virtualKeyboardPrivate" | 23 "virtualKeyboardPrivate" |
24 ], | 24 ], |
25 "background": { | 25 "background": { |
26 "page": "background.html", | 26 "page": "background.html", |
27 "persistent": false | 27 "persistent": false |
28 }, | 28 }, |
29 "content_scripts": [ | 29 "content_scripts": [ |
30 { | 30 { |
31 "matches": ["https://www.googleapis.com/auth/imesync*"], | 31 "matches": [ |
32 "js": ["chos_inject-debug.js"] | 32 "https://www.googleapis.com/auth/imesync*" |
| 33 ], |
| 34 "js": [ |
| 35 "chos_inject-debug.js" |
| 36 ] |
33 } | 37 } |
34 ], | 38 ], |
35 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", | 39 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", |
36 "input_components": [ | 40 "input_components": [ |
37 { | 41 { |
38 "name": "__MSG_keyboard_us__", | 42 "name": "__MSG_keyboard_us__", |
39 "type": "ime", | 43 "type": "ime", |
40 "id": "xkb:us::eng", | 44 "id": "xkb:us::eng", |
41 "description": "", | 45 "description": "", |
42 "language": ["en", "en-US", "en-AU", "en-NZ"], | 46 "language": [ |
43 "layouts": ["us"], | 47 "en", |
| 48 "en-US", |
| 49 "en-AU", |
| 50 "en-NZ" |
| 51 ], |
| 52 "layouts": [ |
| 53 "us" |
| 54 ], |
44 "input_view": "inputview.html#id=us.compact.qwerty&language=en-US&password
Layout=us.compact.qwerty&name=keyboard_us", | 55 "input_view": "inputview.html#id=us.compact.qwerty&language=en-US&password
Layout=us.compact.qwerty&name=keyboard_us", |
45 "options_page": "hmm_options.html?code=xkb:us::eng" | 56 "options_page": "hmm_options.html?code=xkb:us::eng" |
46 }, | 57 }, |
47 { | 58 { |
48 "name": "__MSG_keyboard_us__", | 59 "name": "__MSG_keyboard_us__", |
49 "type": "ime", | 60 "type": "ime", |
50 "id": "xkb:us::ind", | 61 "id": "xkb:us::ind", |
51 "description": "", | 62 "description": "", |
52 "language": ["id"], | 63 "language": [ |
53 "layouts": ["us"], | 64 "id" |
| 65 ], |
| 66 "layouts": [ |
| 67 "us" |
| 68 ], |
54 "input_view": "inputview.html#id=us-ltr&language=id&passwordLayout=us-ltr&
name=keyboard_us", | 69 "input_view": "inputview.html#id=us-ltr&language=id&passwordLayout=us-ltr&
name=keyboard_us", |
55 "options_page": "hmm_options.html?code=xkb:us::ind" | 70 "options_page": "hmm_options.html?code=xkb:us::ind" |
56 }, | 71 }, |
57 { | 72 { |
58 "name": "__MSG_keyboard_us__", | 73 "name": "__MSG_keyboard_us__", |
59 "type": "ime", | 74 "type": "ime", |
60 "id": "xkb:us::fil", | 75 "id": "xkb:us::fil", |
61 "description": "", | 76 "description": "", |
62 "language": ["fil"], | 77 "language": [ |
63 "layouts": ["us"], | 78 "fil" |
| 79 ], |
| 80 "layouts": [ |
| 81 "us" |
| 82 ], |
64 "input_view": "inputview.html#id=us-ltr&language=fil&passwordLayout=us-ltr
&name=keyboard_us", | 83 "input_view": "inputview.html#id=us-ltr&language=fil&passwordLayout=us-ltr
&name=keyboard_us", |
65 "options_page": "hmm_options.html?code=xkb:us::fil" | 84 "options_page": "hmm_options.html?code=xkb:us::fil" |
66 }, | 85 }, |
67 { | 86 { |
68 "name": "__MSG_keyboard_us__", | 87 "name": "__MSG_keyboard_us__", |
69 "type": "ime", | 88 "type": "ime", |
70 "id": "xkb:us::msa", | 89 "id": "xkb:us::msa", |
71 "description": "", | 90 "description": "", |
72 "language": ["ms"], | 91 "language": [ |
73 "layouts": ["us"], | 92 "ms" |
| 93 ], |
| 94 "layouts": [ |
| 95 "us" |
| 96 ], |
74 "input_view": "inputview.html#id=us-ltr&language=ms&passwordLayout=us-ltr&
name=keyboard_us", | 97 "input_view": "inputview.html#id=us-ltr&language=ms&passwordLayout=us-ltr&
name=keyboard_us", |
75 "options_page": "hmm_options.html?code=xkb:us::msa" | 98 "options_page": "hmm_options.html?code=xkb:us::msa" |
76 }, | 99 }, |
77 { | 100 { |
78 "name": "__MSG_keyboard_us_international__", | 101 "name": "__MSG_keyboard_us_international__", |
79 "type": "ime", | 102 "type": "ime", |
80 "id": "xkb:us:intl:eng", | 103 "id": "xkb:us:intl:eng", |
81 "indicator": "INTL", | 104 "indicator": "INTL", |
82 "description": "", | 105 "description": "", |
83 "language": ["en", "en-US"], | 106 "language": [ |
84 "layouts": ["us(intl)"], | 107 "en", |
| 108 "en-US" |
| 109 ], |
| 110 "layouts": [ |
| 111 "us(intl)" |
| 112 ], |
85 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-
intl&name=keyboard_us_international", | 113 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-
intl&name=keyboard_us_international", |
86 "options_page": "hmm_options.html?code=xkb:us:intl:eng" | 114 "options_page": "hmm_options.html?code=xkb:us:intl:eng" |
87 }, | 115 }, |
88 { | 116 { |
89 "name": "__MSG_keyboard_netherlands__", | 117 "name": "__MSG_keyboard_netherlands__", |
90 "type": "ime", | 118 "type": "ime", |
91 "id": "xkb:us:intl:nld", | 119 "id": "xkb:us:intl:nld", |
92 "indicator": "NLD", | 120 "indicator": "NLD", |
93 "description": "", | 121 "description": "", |
94 "language": ["nl"], | 122 "language": [ |
95 "layouts": ["us(intl)"], | 123 "nl" |
| 124 ], |
| 125 "layouts": [ |
| 126 "us(intl)" |
| 127 ], |
96 "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLay
out=nl.compact.qwerty&name=keyboard_netherlands", | 128 "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLay
out=nl.compact.qwerty&name=keyboard_netherlands", |
97 "options_page": "hmm_options.html?code=xkb:us:intl:nld" | 129 "options_page": "hmm_options.html?code=xkb:us:intl:nld" |
98 }, | 130 }, |
99 { | 131 { |
100 "name": "__MSG_keyboard_us_international__", | 132 "name": "__MSG_keyboard_us_international__", |
101 "type": "ime", | 133 "type": "ime", |
102 "id": "xkb:us:intl:por", | 134 "id": "xkb:us:intl:por", |
103 "indicator": "INTL", | 135 "indicator": "INTL", |
104 "description": "", | 136 "description": "", |
105 "language": ["pt-BR"], | 137 "language": [ |
106 "layouts": ["us(intl)"], | 138 "pt-BR" |
| 139 ], |
| 140 "layouts": [ |
| 141 "us(intl)" |
| 142 ], |
107 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-
intl&name=keyboard_us_international", | 143 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-
intl&name=keyboard_us_international", |
108 "options_page": "hmm_options.html?code=xkb:us:intl:por" | 144 "options_page": "hmm_options.html?code=xkb:us:intl:por" |
109 }, | 145 }, |
110 { | 146 { |
111 "name": "__MSG_keyboard_us_extended__", | 147 "name": "__MSG_keyboard_us_extended__", |
112 "type": "ime", | 148 "type": "ime", |
113 "id": "xkb:us:altgr-intl:eng", | 149 "id": "xkb:us:altgr-intl:eng", |
114 "indicator": "EXTD", | 150 "indicator": "EXTD", |
115 "description": "", | 151 "description": "", |
116 "language": ["en", "en-US"], | 152 "language": [ |
117 "layouts": ["us(altgr-intl)"], | 153 "en", |
| 154 "en-US" |
| 155 ], |
| 156 "layouts": [ |
| 157 "us(altgr-intl)" |
| 158 ], |
118 "input_view": "inputview.html#id=us-altgr-intl&language=en-US&passwordLayo
ut=us-altgr-intl&name=keyboard_us_extended", | 159 "input_view": "inputview.html#id=us-altgr-intl&language=en-US&passwordLayo
ut=us-altgr-intl&name=keyboard_us_extended", |
119 "options_page": "hmm_options.html?code=xkb:us:altgr-intl:eng" | 160 "options_page": "hmm_options.html?code=xkb:us:altgr-intl:eng" |
120 }, | 161 }, |
121 { | 162 { |
122 "name": "__MSG_keyboard_us_dvorak__", | 163 "name": "__MSG_keyboard_us_dvorak__", |
123 "type": "ime", | 164 "type": "ime", |
124 "id": "xkb:us:dvorak:eng", | 165 "id": "xkb:us:dvorak:eng", |
125 "indicator": "DV", | 166 "indicator": "DV", |
126 "description": "", | 167 "description": "", |
127 "language": ["en", "en-US"], | 168 "language": [ |
128 "layouts": ["us(dvorak)"], | 169 "en", |
| 170 "en-US" |
| 171 ], |
| 172 "layouts": [ |
| 173 "us(dvorak)" |
| 174 ], |
129 "input_view": "inputview.html#id=us-dvorak&language=en-US&passwordLayout=u
s-dvorak&name=keyboard_us_dvorak", | 175 "input_view": "inputview.html#id=us-dvorak&language=en-US&passwordLayout=u
s-dvorak&name=keyboard_us_dvorak", |
130 "options_page": "hmm_options.html?code=xkb:us:dvorak:eng" | 176 "options_page": "hmm_options.html?code=xkb:us:dvorak:eng" |
131 }, | 177 }, |
132 { | 178 { |
133 "name": "__MSG_keyboard_us_colemak__", | 179 "name": "__MSG_keyboard_us_colemak__", |
134 "type": "ime", | 180 "type": "ime", |
135 "id": "xkb:us:colemak:eng", | 181 "id": "xkb:us:colemak:eng", |
136 "indicator": "CO", | 182 "indicator": "CO", |
137 "description": "", | 183 "description": "", |
138 "language": ["en", "en-US"], | 184 "language": [ |
139 "layouts": ["us(colemak)"], | 185 "en", |
| 186 "en-US" |
| 187 ], |
| 188 "layouts": [ |
| 189 "us(colemak)" |
| 190 ], |
140 "input_view": "inputview.html#id=us-colemak&language=en-US&passwordLayout=
us-colemak&name=keyboard_us_colemak", | 191 "input_view": "inputview.html#id=us-colemak&language=en-US&passwordLayout=
us-colemak&name=keyboard_us_colemak", |
141 "options_page": "hmm_options.html?code=xkb:us:colemak:eng" | 192 "options_page": "hmm_options.html?code=xkb:us:colemak:eng" |
142 }, | 193 }, |
143 { | 194 { |
144 "name": "__MSG_keyboard_belgian__", | 195 "name": "__MSG_keyboard_belgian__", |
145 "type": "ime", | 196 "type": "ime", |
146 "id": "xkb:be::nld", | 197 "id": "xkb:be::nld", |
147 "description": "", | 198 "description": "", |
148 "language": ["nl"], | 199 "language": [ |
149 "layouts": ["be"], | 200 "nl" |
| 201 ], |
| 202 "layouts": [ |
| 203 "be" |
| 204 ], |
150 "input_view": "inputview.html#id=be&language=nl&passwordLayout=be&name=key
board_belgian", | 205 "input_view": "inputview.html#id=be&language=nl&passwordLayout=be&name=key
board_belgian", |
151 "options_page": "hmm_options.html?code=xkb:be::nld" | 206 "options_page": "hmm_options.html?code=xkb:be::nld" |
152 }, | 207 }, |
153 { | 208 { |
154 "name": "__MSG_keyboard_french__", | 209 "name": "__MSG_keyboard_french__", |
155 "type": "ime", | 210 "type": "ime", |
156 "id": "xkb:fr::fra", | 211 "id": "xkb:fr::fra", |
157 "description": "", | 212 "description": "", |
158 "language": ["fr", "fr-FR"], | 213 "language": [ |
159 "layouts": ["fr"], | 214 "fr", |
| 215 "fr-FR" |
| 216 ], |
| 217 "layouts": [ |
| 218 "fr" |
| 219 ], |
160 "input_view": "inputview.html#id=fr.compact.qwerty&language=fr&passwordLay
out=fr.compact.qwerty&name=keyboard_french", | 220 "input_view": "inputview.html#id=fr.compact.qwerty&language=fr&passwordLay
out=fr.compact.qwerty&name=keyboard_french", |
161 "options_page": "hmm_options.html?code=xkb:fr::fra" | 221 "options_page": "hmm_options.html?code=xkb:fr::fra" |
162 }, | 222 }, |
163 { | 223 { |
164 "name": "__MSG_keyboard_belgian__", | 224 "name": "__MSG_keyboard_belgian__", |
165 "type": "ime", | 225 "type": "ime", |
166 "id": "xkb:be::fra", | 226 "id": "xkb:be::fra", |
167 "description": "", | 227 "description": "", |
168 "language": ["fr"], | 228 "language": [ |
169 "layouts": ["be"], | 229 "fr" |
| 230 ], |
| 231 "layouts": [ |
| 232 "be" |
| 233 ], |
170 "input_view": "inputview.html#id=be&language=fr&passwordLayout=be&name=key
board_belgian", | 234 "input_view": "inputview.html#id=be&language=fr&passwordLayout=be&name=key
board_belgian", |
171 "options_page": "hmm_options.html?code=xkb:be::fra" | 235 "options_page": "hmm_options.html?code=xkb:be::fra" |
172 }, | 236 }, |
173 { | 237 { |
174 "name": "__MSG_keyboard_canadian_french__", | 238 "name": "__MSG_keyboard_canadian_french__", |
175 "type": "ime", | 239 "type": "ime", |
176 "id": "xkb:ca::fra", | 240 "id": "xkb:ca::fra", |
177 "description": "", | 241 "description": "", |
178 "language": ["fr", "fr-CA"], | 242 "language": [ |
179 "layouts": ["ca"], | 243 "fr", |
| 244 "fr-CA" |
| 245 ], |
| 246 "layouts": [ |
| 247 "ca" |
| 248 ], |
180 "input_view": "inputview.html#id=ca.compact.qwerty&language=fr&passwordLay
out=ca.compact.qwerty&name=keyboard_canadian_french", | 249 "input_view": "inputview.html#id=ca.compact.qwerty&language=fr&passwordLay
out=ca.compact.qwerty&name=keyboard_canadian_french", |
181 "options_page": "hmm_options.html?code=xkb:ca::fra" | 250 "options_page": "hmm_options.html?code=xkb:ca::fra" |
182 }, | 251 }, |
183 { | 252 { |
184 "name": "__MSG_keyboard_swiss_french__", | 253 "name": "__MSG_keyboard_swiss_french__", |
185 "type": "ime", | 254 "type": "ime", |
186 "id": "xkb:ch:fr:fra", | 255 "id": "xkb:ch:fr:fra", |
187 "description": "", | 256 "description": "", |
188 "language": ["fr", "fr-CH"], | 257 "language": [ |
189 "layouts": ["ch(fr)"], | 258 "fr", |
| 259 "fr-CH" |
| 260 ], |
| 261 "layouts": [ |
| 262 "ch(fr)" |
| 263 ], |
190 "input_view": "inputview.html#id=ch-fr&language=fr&passwordLayout=ch-fr&na
me=keyboard_swiss_french", | 264 "input_view": "inputview.html#id=ch-fr&language=fr&passwordLayout=ch-fr&na
me=keyboard_swiss_french", |
191 "options_page": "hmm_options.html?code=xkb:ch:fr:fra" | 265 "options_page": "hmm_options.html?code=xkb:ch:fr:fra" |
192 }, | 266 }, |
193 { | 267 { |
194 "name": "__MSG_keyboard_canadian_multilingual__", | 268 "name": "__MSG_keyboard_canadian_multilingual__", |
195 "type": "ime", | 269 "type": "ime", |
196 "id": "xkb:ca:multix:fra", | 270 "id": "xkb:ca:multix:fra", |
197 "description": "", | 271 "description": "", |
198 "language": ["fr", "fr-CA"], | 272 "language": [ |
199 "layouts": ["ca(multix)"], | 273 "fr", |
| 274 "fr-CA" |
| 275 ], |
| 276 "layouts": [ |
| 277 "ca(multix)" |
| 278 ], |
200 "input_view": "inputview.html#id=ca-multix&language=fr&passwordLayout=ca-m
ultix&name=keyboard_canadian_multilingual", | 279 "input_view": "inputview.html#id=ca-multix&language=fr&passwordLayout=ca-m
ultix&name=keyboard_canadian_multilingual", |
201 "options_page": "hmm_options.html?code=xkb:ca:multix:fra" | 280 "options_page": "hmm_options.html?code=xkb:ca:multix:fra" |
202 }, | 281 }, |
203 { | 282 { |
204 "name": "__MSG_keyboard_german__", | 283 "name": "__MSG_keyboard_german__", |
205 "type": "ime", | 284 "type": "ime", |
206 "id": "xkb:de::ger", | 285 "id": "xkb:de::ger", |
207 "description": "", | 286 "description": "", |
208 "language": ["de", "de-DE"], | 287 "language": [ |
209 "layouts": ["de"], | 288 "de", |
| 289 "de-DE" |
| 290 ], |
| 291 "layouts": [ |
| 292 "de" |
| 293 ], |
210 "input_view": "inputview.html#id=de.compact.qwerty&language=de&passwordLay
out=de.compact.qwerty&name=keyboard_german", | 294 "input_view": "inputview.html#id=de.compact.qwerty&language=de&passwordLay
out=de.compact.qwerty&name=keyboard_german", |
211 "options_page": "hmm_options.html?code=xkb:de::ger" | 295 "options_page": "hmm_options.html?code=xkb:de::ger" |
212 }, | 296 }, |
213 { | 297 { |
214 "name": "__MSG_keyboard_german_neo_2__", | 298 "name": "__MSG_keyboard_german_neo_2__", |
215 "type": "ime", | 299 "type": "ime", |
216 "id": "xkb:de:neo:ger", | 300 "id": "xkb:de:neo:ger", |
217 "indicator": "NEO", | 301 "indicator": "NEO", |
218 "description": "", | 302 "description": "", |
219 "language": ["de", "de-DE"], | 303 "language": [ |
220 "layouts": ["de(neo)"], | 304 "de", |
| 305 "de-DE" |
| 306 ], |
| 307 "layouts": [ |
| 308 "de(neo)" |
| 309 ], |
221 "input_view": "inputview.html#id=de-neo&language=de&passwordLayout=de-neo&
name=keyboard_german_neo_2", | 310 "input_view": "inputview.html#id=de-neo&language=de&passwordLayout=de-neo&
name=keyboard_german_neo_2", |
222 "options_page": "hmm_options.html?code=xkb:de:neo:ger" | 311 "options_page": "hmm_options.html?code=xkb:de:neo:ger" |
223 }, | 312 }, |
224 { | 313 { |
225 "name": "__MSG_keyboard_belgian__", | 314 "name": "__MSG_keyboard_belgian__", |
226 "type": "ime", | 315 "type": "ime", |
227 "id": "xkb:be::ger", | 316 "id": "xkb:be::ger", |
228 "description": "", | 317 "description": "", |
229 "language": ["de"], | 318 "language": [ |
230 "layouts": ["be"], | 319 "de" |
| 320 ], |
| 321 "layouts": [ |
| 322 "be" |
| 323 ], |
231 "input_view": "inputview.html#id=be&language=de&passwordLayout=be&name=key
board_belgian", | 324 "input_view": "inputview.html#id=be&language=de&passwordLayout=be&name=key
board_belgian", |
232 "options_page": "hmm_options.html?code=xkb:be::ger" | 325 "options_page": "hmm_options.html?code=xkb:be::ger" |
233 }, | 326 }, |
234 { | 327 { |
235 "name": "__MSG_keyboard_swiss__", | 328 "name": "__MSG_keyboard_swiss__", |
236 "type": "ime", | 329 "type": "ime", |
237 "id": "xkb:ch::ger", | 330 "id": "xkb:ch::ger", |
238 "description": "", | 331 "description": "", |
239 "language": ["de", "de-CH"], | 332 "language": [ |
240 "layouts": ["ch"], | 333 "de", |
| 334 "de-CH" |
| 335 ], |
| 336 "layouts": [ |
| 337 "ch" |
| 338 ], |
241 "input_view": "inputview.html#id=ch&language=de&passwordLayout=ch&name=key
board_swiss", | 339 "input_view": "inputview.html#id=ch&language=de&passwordLayout=ch&name=key
board_swiss", |
242 "options_page": "hmm_options.html?code=xkb:ch::ger" | 340 "options_page": "hmm_options.html?code=xkb:ch::ger" |
243 }, | 341 }, |
244 { | 342 { |
245 "name": "__MSG_keyboard_japanese__", | 343 "name": "__MSG_keyboard_japanese__", |
246 "type": "ime", | 344 "type": "ime", |
247 "id": "xkb:jp::jpn", | 345 "id": "xkb:jp::jpn", |
248 "indicator": "JA", | 346 "indicator": "JA", |
249 "description": "", | 347 "description": "", |
250 "language": ["ja"], | 348 "language": [ |
251 "layouts": ["jp"], | 349 "ja" |
| 350 ], |
| 351 "layouts": [ |
| 352 "jp" |
| 353 ], |
252 "input_view": "inputview.html#id=jp&language=ja&passwordLayout=jp&name=key
board_japanese", | 354 "input_view": "inputview.html#id=jp&language=ja&passwordLayout=jp&name=key
board_japanese", |
253 "options_page": "hmm_options.html?code=xkb:jp::jpn" | 355 "options_page": "hmm_options.html?code=xkb:jp::jpn" |
254 }, | 356 }, |
255 { | 357 { |
256 "name": "__MSG_keyboard_russian__", | 358 "name": "__MSG_keyboard_russian__", |
257 "type": "ime", | 359 "type": "ime", |
258 "id": "xkb:ru::rus", | 360 "id": "xkb:ru::rus", |
259 "description": "", | 361 "description": "", |
260 "language": ["ru"], | 362 "language": [ |
261 "layouts": ["ru"], | 363 "ru" |
| 364 ], |
| 365 "layouts": [ |
| 366 "ru" |
| 367 ], |
262 "input_view": "inputview.html#id=ru&language=ru&passwordLayout=us-ltr&name
=keyboard_russian", | 368 "input_view": "inputview.html#id=ru&language=ru&passwordLayout=us-ltr&name
=keyboard_russian", |
263 "options_page": "hmm_options.html?code=xkb:ru::rus" | 369 "options_page": "hmm_options.html?code=xkb:ru::rus" |
264 }, | 370 }, |
265 { | 371 { |
266 "name": "__MSG_keyboard_russian_phonetic__", | 372 "name": "__MSG_keyboard_russian_phonetic__", |
267 "type": "ime", | 373 "type": "ime", |
268 "id": "xkb:ru:phonetic:rus", | 374 "id": "xkb:ru:phonetic:rus", |
269 "description": "", | 375 "description": "", |
270 "language": ["ru"], | 376 "language": [ |
271 "layouts": ["ru(phonetic)"], | 377 "ru" |
| 378 ], |
| 379 "layouts": [ |
| 380 "ru(phonetic)" |
| 381 ], |
272 "input_view": "inputview.html#id=ru-phonetic&language=ru&passwordLayout=us
-ltr&name=keyboard_russian_phonetic", | 382 "input_view": "inputview.html#id=ru-phonetic&language=ru&passwordLayout=us
-ltr&name=keyboard_russian_phonetic", |
273 "options_page": "hmm_options.html?code=xkb:ru:phonetic:rus" | 383 "options_page": "hmm_options.html?code=xkb:ru:phonetic:rus" |
274 }, | 384 }, |
275 { | 385 { |
276 "name": "__MSG_keyboard_brazilian__", | 386 "name": "__MSG_keyboard_brazilian__", |
277 "type": "ime", | 387 "type": "ime", |
278 "id": "xkb:br::por", | 388 "id": "xkb:br::por", |
279 "description": "", | 389 "description": "", |
280 "language": ["pt-BR", "pt"], | 390 "language": [ |
281 "layouts": ["br"], | 391 "pt-BR", |
| 392 "pt" |
| 393 ], |
| 394 "layouts": [ |
| 395 "br" |
| 396 ], |
282 "input_view": "inputview.html#id=br&language=pt-BR&passwordLayout=br&name=
keyboard_brazilian", | 397 "input_view": "inputview.html#id=br&language=pt-BR&passwordLayout=br&name=
keyboard_brazilian", |
283 "options_page": "hmm_options.html?code=xkb:br::por" | 398 "options_page": "hmm_options.html?code=xkb:br::por" |
284 }, | 399 }, |
285 { | 400 { |
286 "name": "__MSG_keyboard_bulgarian__", | 401 "name": "__MSG_keyboard_bulgarian__", |
287 "type": "ime", | 402 "type": "ime", |
288 "id": "xkb:bg::bul", | 403 "id": "xkb:bg::bul", |
289 "description": "", | 404 "description": "", |
290 "language": ["bg"], | 405 "language": [ |
291 "layouts": ["bg"], | 406 "bg" |
| 407 ], |
| 408 "layouts": [ |
| 409 "bg" |
| 410 ], |
292 "input_view": "inputview.html#id=bg&language=bg&passwordLayout=us-ltr&name
=keyboard_bulgarian", | 411 "input_view": "inputview.html#id=bg&language=bg&passwordLayout=us-ltr&name
=keyboard_bulgarian", |
293 "options_page": "hmm_options.html?code=xkb:bg::bul" | 412 "options_page": "hmm_options.html?code=xkb:bg::bul" |
294 }, | 413 }, |
295 { | 414 { |
296 "name": "__MSG_keyboard_bulgarian_phonetic__", | 415 "name": "__MSG_keyboard_bulgarian_phonetic__", |
297 "type": "ime", | 416 "type": "ime", |
298 "id": "xkb:bg:phonetic:bul", | 417 "id": "xkb:bg:phonetic:bul", |
299 "description": "", | 418 "description": "", |
300 "language": ["bg"], | 419 "language": [ |
301 "layouts": ["bg(phonetic)"], | 420 "bg" |
| 421 ], |
| 422 "layouts": [ |
| 423 "bg(phonetic)" |
| 424 ], |
302 "input_view": "inputview.html#id=bg-phonetic&language=bg&passwordLayout=us
-ltr&name=keyboard_bulgarian_phonetic", | 425 "input_view": "inputview.html#id=bg-phonetic&language=bg&passwordLayout=us
-ltr&name=keyboard_bulgarian_phonetic", |
303 "options_page": "hmm_options.html?code=xkb:bg:phonetic:bul" | 426 "options_page": "hmm_options.html?code=xkb:bg:phonetic:bul" |
304 }, | 427 }, |
305 { | 428 { |
306 "name": "__MSG_keyboard_canadian_english__", | 429 "name": "__MSG_keyboard_canadian_english__", |
307 "type": "ime", | 430 "type": "ime", |
308 "id": "xkb:ca:eng:eng", | 431 "id": "xkb:ca:eng:eng", |
309 "description": "", | 432 "description": "", |
310 "language": ["en", "en-CA"], | 433 "language": [ |
311 "layouts": ["ca(eng)"], | 434 "en", |
| 435 "en-CA" |
| 436 ], |
| 437 "layouts": [ |
| 438 "ca(eng)" |
| 439 ], |
312 "input_view": "inputview.html#id=ca-eng.compact.qwerty&language=en-CA&pass
wordLayout=ca-eng.compact.qwerty&name=keyboard_canadian_english", | 440 "input_view": "inputview.html#id=ca-eng.compact.qwerty&language=en-CA&pass
wordLayout=ca-eng.compact.qwerty&name=keyboard_canadian_english", |
313 "options_page": "hmm_options.html?code=xkb:ca:eng:eng" | 441 "options_page": "hmm_options.html?code=xkb:ca:eng:eng" |
314 }, | 442 }, |
315 { | 443 { |
316 "name": "__MSG_keyboard_czech__", | 444 "name": "__MSG_keyboard_czech__", |
317 "type": "ime", | 445 "type": "ime", |
318 "id": "xkb:cz::cze", | 446 "id": "xkb:cz::cze", |
319 "description": "", | 447 "description": "", |
320 "language": ["cs"], | 448 "language": [ |
321 "layouts": ["cz"], | 449 "cs" |
| 450 ], |
| 451 "layouts": [ |
| 452 "cz" |
| 453 ], |
322 "input_view": "inputview.html#id=cz&language=cs&passwordLayout=cz&name=key
board_czech", | 454 "input_view": "inputview.html#id=cz&language=cs&passwordLayout=cz&name=key
board_czech", |
323 "options_page": "hmm_options.html?code=xkb:cz::cze" | 455 "options_page": "hmm_options.html?code=xkb:cz::cze" |
324 }, | 456 }, |
325 { | 457 { |
326 "name": "__MSG_keyboard_czech_qwerty__", | 458 "name": "__MSG_keyboard_czech_qwerty__", |
327 "type": "ime", | 459 "type": "ime", |
328 "id": "xkb:cz:qwerty:cze", | 460 "id": "xkb:cz:qwerty:cze", |
329 "indicator": "CS", | 461 "indicator": "CS", |
330 "description": "", | 462 "description": "", |
331 "language": ["cs"], | 463 "language": [ |
332 "layouts": ["cz(qwerty)"], | 464 "cs" |
| 465 ], |
| 466 "layouts": [ |
| 467 "cz(qwerty)" |
| 468 ], |
333 "input_view": "inputview.html#id=cz-qwerty&language=cs&passwordLayout=cz-q
werty&name=keyboard_czech_qwerty", | 469 "input_view": "inputview.html#id=cz-qwerty&language=cs&passwordLayout=cz-q
werty&name=keyboard_czech_qwerty", |
334 "options_page": "hmm_options.html?code=xkb:cz:qwerty:cze" | 470 "options_page": "hmm_options.html?code=xkb:cz:qwerty:cze" |
335 }, | 471 }, |
336 { | 472 { |
337 "name": "__MSG_keyboard_estonian__", | 473 "name": "__MSG_keyboard_estonian__", |
338 "type": "ime", | 474 "type": "ime", |
339 "id": "xkb:ee::est", | 475 "id": "xkb:ee::est", |
340 "description": "", | 476 "description": "", |
341 "language": ["et"], | 477 "language": [ |
342 "layouts": ["ee"], | 478 "et" |
| 479 ], |
| 480 "layouts": [ |
| 481 "ee" |
| 482 ], |
343 "input_view": "inputview.html#id=ee&language=et&passwordLayout=ee&name=key
board_estonian", | 483 "input_view": "inputview.html#id=ee&language=et&passwordLayout=ee&name=key
board_estonian", |
344 "options_page": "hmm_options.html?code=xkb:ee::est" | 484 "options_page": "hmm_options.html?code=xkb:ee::est" |
345 }, | 485 }, |
346 { | 486 { |
347 "name": "__MSG_keyboard_spanish__", | 487 "name": "__MSG_keyboard_spanish__", |
348 "type": "ime", | 488 "type": "ime", |
349 "id": "xkb:es::spa", | 489 "id": "xkb:es::spa", |
350 "description": "", | 490 "description": "", |
351 "language": ["es"], | 491 "language": [ |
352 "layouts": ["es"], | 492 "es" |
| 493 ], |
| 494 "layouts": [ |
| 495 "es" |
| 496 ], |
353 "input_view": "inputview.html#id=es&language=es&passwordLayout=es&name=key
board_spanish", | 497 "input_view": "inputview.html#id=es&language=es&passwordLayout=es&name=key
board_spanish", |
354 "options_page": "hmm_options.html?code=xkb:es::spa" | 498 "options_page": "hmm_options.html?code=xkb:es::spa" |
355 }, | 499 }, |
356 { | 500 { |
357 "name": "__MSG_keyboard_catalan__", | 501 "name": "__MSG_keyboard_catalan__", |
358 "type": "ime", | 502 "type": "ime", |
359 "id": "xkb:es:cat:cat", | 503 "id": "xkb:es:cat:cat", |
360 "indicator": "CAS", | 504 "indicator": "CAS", |
361 "description": "", | 505 "description": "", |
362 "language": ["ca"], | 506 "language": [ |
363 "layouts": ["es(cat)"], | 507 "ca" |
| 508 ], |
| 509 "layouts": [ |
| 510 "es(cat)" |
| 511 ], |
364 "input_view": "inputview.html#id=es-cat&language=ca&passwordLayout=es-cat&
name=keyboard_catalan", | 512 "input_view": "inputview.html#id=es-cat&language=ca&passwordLayout=es-cat&
name=keyboard_catalan", |
365 "options_page": "hmm_options.html?code=xkb:es:cat:cat" | 513 "options_page": "hmm_options.html?code=xkb:es:cat:cat" |
366 }, | 514 }, |
367 { | 515 { |
368 "name": "__MSG_keyboard_danish__", | 516 "name": "__MSG_keyboard_danish__", |
369 "type": "ime", | 517 "type": "ime", |
370 "id": "xkb:dk::dan", | 518 "id": "xkb:dk::dan", |
371 "description": "", | 519 "description": "", |
372 "language": ["da"], | 520 "language": [ |
373 "layouts": ["dk"], | 521 "da" |
| 522 ], |
| 523 "layouts": [ |
| 524 "dk" |
| 525 ], |
374 "input_view": "inputview.html#id=dk.compact.qwerty&language=da&passwordLay
out=dk.compact.qwerty&name=keyboard_danish", | 526 "input_view": "inputview.html#id=dk.compact.qwerty&language=da&passwordLay
out=dk.compact.qwerty&name=keyboard_danish", |
375 "options_page": "hmm_options.html?code=xkb:dk::dan" | 527 "options_page": "hmm_options.html?code=xkb:dk::dan" |
376 }, | 528 }, |
377 { | 529 { |
378 "name": "__MSG_keyboard_greek__", | 530 "name": "__MSG_keyboard_greek__", |
379 "type": "ime", | 531 "type": "ime", |
380 "id": "xkb:gr::gre", | 532 "id": "xkb:gr::gre", |
381 "description": "", | 533 "description": "", |
382 "language": ["el"], | 534 "language": [ |
383 "layouts": ["gr"], | 535 "el" |
| 536 ], |
| 537 "layouts": [ |
| 538 "gr" |
| 539 ], |
384 "input_view": "inputview.html#id=gr&language=el&passwordLayout=us-ltr&name
=keyboard_greek", | 540 "input_view": "inputview.html#id=gr&language=el&passwordLayout=us-ltr&name
=keyboard_greek", |
385 "options_page": "hmm_options.html?code=xkb:gr::gre" | 541 "options_page": "hmm_options.html?code=xkb:gr::gre" |
386 }, | 542 }, |
387 { | 543 { |
388 "name": "__MSG_keyboard_hebrew__", | 544 "name": "__MSG_keyboard_hebrew__", |
389 "type": "ime", | 545 "type": "ime", |
390 "id": "xkb:il::heb", | 546 "id": "xkb:il::heb", |
391 "description": "", | 547 "description": "", |
392 "language": ["he"], | 548 "language": [ |
393 "layouts": ["il"], | 549 "he" |
| 550 ], |
| 551 "layouts": [ |
| 552 "il" |
| 553 ], |
394 "input_view": "inputview.html#id=il&language=he&passwordLayout=us-rtl&name
=keyboard_hebrew", | 554 "input_view": "inputview.html#id=il&language=he&passwordLayout=us-rtl&name
=keyboard_hebrew", |
395 "options_page": "hmm_options.html?code=xkb:il::heb" | 555 "options_page": "hmm_options.html?code=xkb:il::heb" |
396 }, | 556 }, |
397 { | 557 { |
398 "name": "__MSG_keyboard_latin_american__", | 558 "name": "__MSG_keyboard_latin_american__", |
399 "type": "ime", | 559 "type": "ime", |
400 "id": "xkb:latam::spa", | 560 "id": "xkb:latam::spa", |
401 "indicator": "LA", | 561 "indicator": "LA", |
402 "description": "", | 562 "description": "", |
403 "language": ["es", "es-419"], | 563 "language": [ |
404 "layouts": ["latam"], | 564 "es", |
| 565 "es-419" |
| 566 ], |
| 567 "layouts": [ |
| 568 "latam" |
| 569 ], |
405 "input_view": "inputview.html#id=latam&language=es&passwordLayout=latam&na
me=keyboard_latin_american", | 570 "input_view": "inputview.html#id=latam&language=es&passwordLayout=latam&na
me=keyboard_latin_american", |
406 "options_page": "hmm_options.html?code=xkb:latam::spa" | 571 "options_page": "hmm_options.html?code=xkb:latam::spa" |
407 }, | 572 }, |
408 { | 573 { |
409 "name": "__MSG_keyboard_lithuanian__", | 574 "name": "__MSG_keyboard_lithuanian__", |
410 "type": "ime", | 575 "type": "ime", |
411 "id": "xkb:lt::lit", | 576 "id": "xkb:lt::lit", |
412 "description": "", | 577 "description": "", |
413 "language": ["lt"], | 578 "language": [ |
414 "layouts": ["lt"], | 579 "lt" |
| 580 ], |
| 581 "layouts": [ |
| 582 "lt" |
| 583 ], |
415 "input_view": "inputview.html#id=lt&language=lt&passwordLayout=lt&name=key
board_lithuanian", | 584 "input_view": "inputview.html#id=lt&language=lt&passwordLayout=lt&name=key
board_lithuanian", |
416 "options_page": "hmm_options.html?code=xkb:lt::lit" | 585 "options_page": "hmm_options.html?code=xkb:lt::lit" |
417 }, | 586 }, |
418 { | 587 { |
419 "name": "__MSG_keyboard_latvian__", | 588 "name": "__MSG_keyboard_latvian__", |
420 "type": "ime", | 589 "type": "ime", |
421 "id": "xkb:lv:apostrophe:lav", | 590 "id": "xkb:lv:apostrophe:lav", |
422 "description": "", | 591 "description": "", |
423 "language": ["lv"], | 592 "language": [ |
424 "layouts": ["lv(apostrophe)"], | 593 "lv" |
| 594 ], |
| 595 "layouts": [ |
| 596 "lv(apostrophe)" |
| 597 ], |
425 "input_view": "inputview.html#id=lv-apostrophe&language=lv&passwordLayout=
lv-apostrophe&name=keyboard_latvian", | 598 "input_view": "inputview.html#id=lv-apostrophe&language=lv&passwordLayout=
lv-apostrophe&name=keyboard_latvian", |
426 "options_page": "hmm_options.html?code=xkb:lv:apostrophe:lav" | 599 "options_page": "hmm_options.html?code=xkb:lv:apostrophe:lav" |
427 }, | 600 }, |
428 { | 601 { |
429 "name": "__MSG_keyboard_croatian__", | 602 "name": "__MSG_keyboard_croatian__", |
430 "type": "ime", | 603 "type": "ime", |
431 "id": "xkb:hr::scr", | 604 "id": "xkb:hr::scr", |
432 "description": "", | 605 "description": "", |
433 "language": ["hr"], | 606 "language": [ |
434 "layouts": ["hr"], | 607 "hr" |
| 608 ], |
| 609 "layouts": [ |
| 610 "hr" |
| 611 ], |
435 "input_view": "inputview.html#id=hr&language=hr&passwordLayout=hr&name=key
board_croatian", | 612 "input_view": "inputview.html#id=hr&language=hr&passwordLayout=hr&name=key
board_croatian", |
436 "options_page": "hmm_options.html?code=xkb:hr::scr" | 613 "options_page": "hmm_options.html?code=xkb:hr::scr" |
437 }, | 614 }, |
438 { | 615 { |
439 "name": "__MSG_keyboard_uk__", | 616 "name": "__MSG_keyboard_uk__", |
440 "type": "ime", | 617 "type": "ime", |
441 "id": "xkb:gb:extd:eng", | 618 "id": "xkb:gb:extd:eng", |
442 "description": "", | 619 "description": "", |
443 "language": ["en", "en-GB"], | 620 "language": [ |
444 "layouts": ["gb(extd)"], | 621 "en", |
| 622 "en-GB" |
| 623 ], |
| 624 "layouts": [ |
| 625 "gb(extd)" |
| 626 ], |
445 "input_view": "inputview.html#id=gb-extd.compact.qwerty&language=en-GB&pas
swordLayout=gb-extd.compact.qwerty&name=keyboard_uk", | 627 "input_view": "inputview.html#id=gb-extd.compact.qwerty&language=en-GB&pas
swordLayout=gb-extd.compact.qwerty&name=keyboard_uk", |
446 "options_page": "hmm_options.html?code=xkb:gb:extd:eng" | 628 "options_page": "hmm_options.html?code=xkb:gb:extd:eng" |
447 }, | 629 }, |
448 { | 630 { |
449 "name": "__MSG_keyboard_uk_dvorak__", | 631 "name": "__MSG_keyboard_uk_dvorak__", |
450 "type": "ime", | 632 "type": "ime", |
451 "id": "xkb:gb:dvorak:eng", | 633 "id": "xkb:gb:dvorak:eng", |
452 "indicator": "DV", | 634 "indicator": "DV", |
453 "description": "", | 635 "description": "", |
454 "language": ["en", "en-GB"], | 636 "language": [ |
455 "layouts": ["gb(dvorak)"], | 637 "en", |
| 638 "en-GB" |
| 639 ], |
| 640 "layouts": [ |
| 641 "gb(dvorak)" |
| 642 ], |
456 "input_view": "inputview.html#id=gb-dvorak&language=en-GB&passwordLayout=g
b-dvorak&name=keyboard_uk_dvorak", | 643 "input_view": "inputview.html#id=gb-dvorak&language=en-GB&passwordLayout=g
b-dvorak&name=keyboard_uk_dvorak", |
457 "options_page": "hmm_options.html?code=xkb:gb:dvorak:eng" | 644 "options_page": "hmm_options.html?code=xkb:gb:dvorak:eng" |
458 }, | 645 }, |
459 { | 646 { |
460 "name": "__MSG_keyboard_finnish__", | 647 "name": "__MSG_keyboard_finnish__", |
461 "type": "ime", | 648 "type": "ime", |
462 "id": "xkb:fi::fin", | 649 "id": "xkb:fi::fin", |
463 "description": "", | 650 "description": "", |
464 "language": ["fi"], | 651 "language": [ |
465 "layouts": ["fi"], | 652 "fi" |
| 653 ], |
| 654 "layouts": [ |
| 655 "fi" |
| 656 ], |
466 "input_view": "inputview.html#id=fi.compact.qwerty&language=fi&passwordLay
out=fi.compact.qwerty&name=keyboard_finnish", | 657 "input_view": "inputview.html#id=fi.compact.qwerty&language=fi&passwordLay
out=fi.compact.qwerty&name=keyboard_finnish", |
467 "options_page": "hmm_options.html?code=xkb:fi::fin" | 658 "options_page": "hmm_options.html?code=xkb:fi::fin" |
468 }, | 659 }, |
469 { | 660 { |
470 "name": "__MSG_keyboard_hungarian__", | 661 "name": "__MSG_keyboard_hungarian__", |
471 "type": "ime", | 662 "type": "ime", |
472 "id": "xkb:hu::hun", | 663 "id": "xkb:hu::hun", |
473 "description": "", | 664 "description": "", |
474 "language": ["hu"], | 665 "language": [ |
475 "layouts": ["hu"], | 666 "hu" |
| 667 ], |
| 668 "layouts": [ |
| 669 "hu" |
| 670 ], |
476 "input_view": "inputview.html#id=hu&language=hu&passwordLayout=hu&name=key
board_hungarian", | 671 "input_view": "inputview.html#id=hu&language=hu&passwordLayout=hu&name=key
board_hungarian", |
477 "options_page": "hmm_options.html?code=xkb:hu::hun" | 672 "options_page": "hmm_options.html?code=xkb:hu::hun" |
478 }, | 673 }, |
479 { | 674 { |
480 "name": "__MSG_keyboard_italian__", | 675 "name": "__MSG_keyboard_italian__", |
481 "type": "ime", | 676 "type": "ime", |
482 "id": "xkb:it::ita", | 677 "id": "xkb:it::ita", |
483 "description": "", | 678 "description": "", |
484 "language": ["it", "it-IT"], | 679 "language": [ |
485 "layouts": ["it"], | 680 "it", |
| 681 "it-IT" |
| 682 ], |
| 683 "layouts": [ |
| 684 "it" |
| 685 ], |
486 "input_view": "inputview.html#id=it&language=it&passwordLayout=it&name=key
board_italian", | 686 "input_view": "inputview.html#id=it&language=it&passwordLayout=it&name=key
board_italian", |
487 "options_page": "hmm_options.html?code=xkb:it::ita" | 687 "options_page": "hmm_options.html?code=xkb:it::ita" |
488 }, | 688 }, |
489 { | 689 { |
490 "name": "__MSG_keyboard_icelandic__", | 690 "name": "__MSG_keyboard_icelandic__", |
491 "type": "ime", | 691 "type": "ime", |
492 "id": "xkb:is::ice", | 692 "id": "xkb:is::ice", |
493 "description": "", | 693 "description": "", |
494 "language": ["is"], | 694 "language": [ |
495 "layouts": ["is"], | 695 "is" |
| 696 ], |
| 697 "layouts": [ |
| 698 "is" |
| 699 ], |
496 "input_view": "inputview.html#id=is.compact.qwerty&language=is&passwordLay
out=is.compact.qwerty&name=keyboard_icelandic", | 700 "input_view": "inputview.html#id=is.compact.qwerty&language=is&passwordLay
out=is.compact.qwerty&name=keyboard_icelandic", |
497 "options_page": "hmm_options.html?code=xkb:is::ice" | 701 "options_page": "hmm_options.html?code=xkb:is::ice" |
498 }, | 702 }, |
499 { | 703 { |
500 "name": "__MSG_keyboard_norwegian__", | 704 "name": "__MSG_keyboard_norwegian__", |
501 "type": "ime", | 705 "type": "ime", |
502 "id": "xkb:no::nob", | 706 "id": "xkb:no::nob", |
503 "description": "", | 707 "description": "", |
504 "language": ["nb", "nn", "no"], | 708 "language": [ |
505 "layouts": ["no"], | 709 "nb", |
| 710 "nn", |
| 711 "no" |
| 712 ], |
| 713 "layouts": [ |
| 714 "no" |
| 715 ], |
506 "input_view": "inputview.html#id=no.compact.qwerty&language=no&passwordLay
out=no.compact.qwerty&name=keyboard_norwegian", | 716 "input_view": "inputview.html#id=no.compact.qwerty&language=no&passwordLay
out=no.compact.qwerty&name=keyboard_norwegian", |
507 "options_page": "hmm_options.html?code=xkb:no::nob" | 717 "options_page": "hmm_options.html?code=xkb:no::nob" |
508 }, | 718 }, |
509 { | 719 { |
510 "name": "__MSG_keyboard_polish__", | 720 "name": "__MSG_keyboard_polish__", |
511 "type": "ime", | 721 "type": "ime", |
512 "id": "xkb:pl::pol", | 722 "id": "xkb:pl::pol", |
513 "description": "", | 723 "description": "", |
514 "language": ["pl"], | 724 "language": [ |
515 "layouts": ["pl"], | 725 "pl" |
| 726 ], |
| 727 "layouts": [ |
| 728 "pl" |
| 729 ], |
516 "input_view": "inputview.html#id=pl&language=pl&passwordLayout=pl&name=key
board_polish", | 730 "input_view": "inputview.html#id=pl&language=pl&passwordLayout=pl&name=key
board_polish", |
517 "options_page": "hmm_options.html?code=xkb:pl::pol" | 731 "options_page": "hmm_options.html?code=xkb:pl::pol" |
518 }, | 732 }, |
519 { | 733 { |
520 "name": "__MSG_keyboard_portuguese__", | 734 "name": "__MSG_keyboard_portuguese__", |
521 "type": "ime", | 735 "type": "ime", |
522 "id": "xkb:pt::por", | 736 "id": "xkb:pt::por", |
523 "description": "", | 737 "description": "", |
524 "language": ["pt-PT", "pt"], | 738 "language": [ |
525 "layouts": ["pt"], | 739 "pt-PT", |
| 740 "pt" |
| 741 ], |
| 742 "layouts": [ |
| 743 "pt" |
| 744 ], |
526 "input_view": "inputview.html#id=pt&language=pt-PT&passwordLayout=pt&name=
keyboard_portuguese", | 745 "input_view": "inputview.html#id=pt&language=pt-PT&passwordLayout=pt&name=
keyboard_portuguese", |
527 "options_page": "hmm_options.html?code=xkb:pt::por" | 746 "options_page": "hmm_options.html?code=xkb:pt::por" |
528 }, | 747 }, |
529 { | 748 { |
530 "name": "__MSG_keyboard_romanian__", | 749 "name": "__MSG_keyboard_romanian__", |
531 "type": "ime", | 750 "type": "ime", |
532 "id": "xkb:ro::rum", | 751 "id": "xkb:ro::rum", |
533 "description": "", | 752 "description": "", |
534 "language": ["ro"], | 753 "language": [ |
535 "layouts": ["ro"], | 754 "ro" |
| 755 ], |
| 756 "layouts": [ |
| 757 "ro" |
| 758 ], |
536 "input_view": "inputview.html#id=ro&language=ro&passwordLayout=ro&name=key
board_romanian", | 759 "input_view": "inputview.html#id=ro&language=ro&passwordLayout=ro&name=key
board_romanian", |
537 "options_page": "hmm_options.html?code=xkb:ro::rum" | 760 "options_page": "hmm_options.html?code=xkb:ro::rum" |
538 }, | 761 }, |
539 { | 762 { |
540 "name": "__MSG_keyboard_romanian_standard__", | 763 "name": "__MSG_keyboard_romanian_standard__", |
541 "type": "ime", | 764 "type": "ime", |
542 "id": "xkb:ro:std:rum", | 765 "id": "xkb:ro:std:rum", |
543 "description": "", | 766 "description": "", |
544 "language": ["ro"], | 767 "language": [ |
545 "layouts": ["ro(std)"], | 768 "ro" |
| 769 ], |
| 770 "layouts": [ |
| 771 "ro(std)" |
| 772 ], |
546 "input_view": "inputview.html#id=ro-std&language=ro&passwordLayout=ro-std&
name=keyboard_romanian_standard", | 773 "input_view": "inputview.html#id=ro-std&language=ro&passwordLayout=ro-std&
name=keyboard_romanian_standard", |
547 "options_page": "hmm_options.html?code=xkb:ro:std:rum" | 774 "options_page": "hmm_options.html?code=xkb:ro:std:rum" |
548 }, | 775 }, |
549 { | 776 { |
550 "name": "__MSG_keyboard_swedish__", | 777 "name": "__MSG_keyboard_swedish__", |
551 "type": "ime", | 778 "type": "ime", |
552 "id": "xkb:se::swe", | 779 "id": "xkb:se::swe", |
553 "description": "", | 780 "description": "", |
554 "language": ["sv"], | 781 "language": [ |
555 "layouts": ["se"], | 782 "sv" |
| 783 ], |
| 784 "layouts": [ |
| 785 "se" |
| 786 ], |
556 "input_view": "inputview.html#id=se.compact.qwerty&language=sv&passwordLay
out=se.compact.qwerty&name=keyboard_swedish", | 787 "input_view": "inputview.html#id=se.compact.qwerty&language=sv&passwordLay
out=se.compact.qwerty&name=keyboard_swedish", |
557 "options_page": "hmm_options.html?code=xkb:se::swe" | 788 "options_page": "hmm_options.html?code=xkb:se::swe" |
558 }, | 789 }, |
559 { | 790 { |
560 "name": "__MSG_keyboard_slovakian__", | 791 "name": "__MSG_keyboard_slovakian__", |
561 "type": "ime", | 792 "type": "ime", |
562 "id": "xkb:sk::slo", | 793 "id": "xkb:sk::slo", |
563 "description": "", | 794 "description": "", |
564 "language": ["sk"], | 795 "language": [ |
565 "layouts": ["sk"], | 796 "sk" |
| 797 ], |
| 798 "layouts": [ |
| 799 "sk" |
| 800 ], |
566 "input_view": "inputview.html#id=sk&language=sk&passwordLayout=us-ltr&name
=keyboard_slovakian", | 801 "input_view": "inputview.html#id=sk&language=sk&passwordLayout=us-ltr&name
=keyboard_slovakian", |
567 "options_page": "hmm_options.html?code=xkb:sk::slo" | 802 "options_page": "hmm_options.html?code=xkb:sk::slo" |
568 }, | 803 }, |
569 { | 804 { |
570 "name": "__MSG_keyboard_slovenian__", | 805 "name": "__MSG_keyboard_slovenian__", |
571 "type": "ime", | 806 "type": "ime", |
572 "id": "xkb:si::slv", | 807 "id": "xkb:si::slv", |
573 "description": "", | 808 "description": "", |
574 "language": ["sl"], | 809 "language": [ |
575 "layouts": ["si"], | 810 "sl" |
| 811 ], |
| 812 "layouts": [ |
| 813 "si" |
| 814 ], |
576 "input_view": "inputview.html#id=si&language=sl&passwordLayout=si&name=key
board_slovenian", | 815 "input_view": "inputview.html#id=si&language=sl&passwordLayout=si&name=key
board_slovenian", |
577 "options_page": "hmm_options.html?code=xkb:si::slv" | 816 "options_page": "hmm_options.html?code=xkb:si::slv" |
578 }, | 817 }, |
579 { | 818 { |
580 "name": "__MSG_keyboard_serbian__", | 819 "name": "__MSG_keyboard_serbian__", |
581 "type": "ime", | 820 "type": "ime", |
582 "id": "xkb:rs::srp", | 821 "id": "xkb:rs::srp", |
583 "description": "", | 822 "description": "", |
584 "language": ["sr"], | 823 "language": [ |
585 "layouts": ["rs"], | 824 "sr" |
| 825 ], |
| 826 "layouts": [ |
| 827 "rs" |
| 828 ], |
586 "input_view": "inputview.html#id=rs&language=sr&passwordLayout=us-ltr&name
=keyboard_serbian", | 829 "input_view": "inputview.html#id=rs&language=sr&passwordLayout=us-ltr&name
=keyboard_serbian", |
587 "options_page": "hmm_options.html?code=xkb:rs::srp" | 830 "options_page": "hmm_options.html?code=xkb:rs::srp" |
588 }, | 831 }, |
589 { | 832 { |
590 "name": "__MSG_keyboard_turkish__", | 833 "name": "__MSG_keyboard_turkish__", |
591 "type": "ime", | 834 "type": "ime", |
592 "id": "xkb:tr::tur", | 835 "id": "xkb:tr::tur", |
593 "description": "", | 836 "description": "", |
594 "language": ["tr"], | 837 "language": [ |
595 "layouts": ["tr"], | 838 "tr" |
| 839 ], |
| 840 "layouts": [ |
| 841 "tr" |
| 842 ], |
596 "input_view": "inputview.html#id=tr&language=tr&passwordLayout=tr&name=key
board_turkish", | 843 "input_view": "inputview.html#id=tr&language=tr&passwordLayout=tr&name=key
board_turkish", |
597 "options_page": "hmm_options.html?code=xkb:tr::tur" | 844 "options_page": "hmm_options.html?code=xkb:tr::tur" |
598 }, | 845 }, |
599 { | 846 { |
600 "name": "__MSG_keyboard_ukrainian__", | 847 "name": "__MSG_keyboard_ukrainian__", |
601 "type": "ime", | 848 "type": "ime", |
602 "id": "xkb:ua::ukr", | 849 "id": "xkb:ua::ukr", |
603 "description": "", | 850 "description": "", |
604 "language": ["uk"], | 851 "language": [ |
605 "layouts": ["ua"], | 852 "uk" |
| 853 ], |
| 854 "layouts": [ |
| 855 "ua" |
| 856 ], |
606 "input_view": "inputview.html#id=ua&language=uk&passwordLayout=us-ltr&name
=keyboard_ukrainian", | 857 "input_view": "inputview.html#id=ua&language=uk&passwordLayout=us-ltr&name
=keyboard_ukrainian", |
607 "options_page": "hmm_options.html?code=xkb:ua::ukr" | 858 "options_page": "hmm_options.html?code=xkb:ua::ukr" |
608 }, | 859 }, |
609 { | 860 { |
610 "name": "__MSG_keyboard_belarusian__", | 861 "name": "__MSG_keyboard_belarusian__", |
611 "type": "ime", | 862 "type": "ime", |
612 "id": "xkb:by::bel", | 863 "id": "xkb:by::bel", |
613 "description": "", | 864 "description": "", |
614 "language": ["be"], | 865 "language": [ |
615 "layouts": ["by"], | 866 "be" |
| 867 ], |
| 868 "layouts": [ |
| 869 "by" |
| 870 ], |
616 "input_view": "inputview.html#id=by&language=be&passwordLayout=us-ltr&name
=keyboard_belarusian", | 871 "input_view": "inputview.html#id=by&language=be&passwordLayout=us-ltr&name
=keyboard_belarusian", |
617 "options_page": "hmm_options.html?code=xkb:by::bel" | 872 "options_page": "hmm_options.html?code=xkb:by::bel" |
618 }, | 873 }, |
619 { | 874 { |
620 "name": "__MSG_keyboard_armenian_phonetic__", | 875 "name": "__MSG_keyboard_armenian_phonetic__", |
621 "type": "ime", | 876 "type": "ime", |
622 "id": "xkb:am:phonetic:arm", | 877 "id": "xkb:am:phonetic:arm", |
623 "description": "", | 878 "description": "", |
624 "language": ["hy"], | 879 "language": [ |
625 "layouts": ["am(phonetic)"], | 880 "hy" |
| 881 ], |
| 882 "layouts": [ |
| 883 "am(phonetic)" |
| 884 ], |
626 "input_view": "inputview.html#id=am-phonetic&language=hy&passwordLayout=us
-ltr&name=keyboard_armenian_phonetic", | 885 "input_view": "inputview.html#id=am-phonetic&language=hy&passwordLayout=us
-ltr&name=keyboard_armenian_phonetic", |
627 "options_page": "hmm_options.html?code=xkb:am:phonetic:arm" | 886 "options_page": "hmm_options.html?code=xkb:am:phonetic:arm" |
628 }, | 887 }, |
629 { | 888 { |
630 "name": "__MSG_keyboard_georgian__", | 889 "name": "__MSG_keyboard_georgian__", |
631 "type": "ime", | 890 "type": "ime", |
632 "id": "xkb:ge::geo", | 891 "id": "xkb:ge::geo", |
633 "description": "", | 892 "description": "", |
634 "language": ["ka"], | 893 "language": [ |
635 "layouts": ["ge"], | 894 "ka" |
| 895 ], |
| 896 "layouts": [ |
| 897 "ge" |
| 898 ], |
636 "input_view": "inputview.html#id=ge&language=ka&passwordLayout=us-ltr&name
=keyboard_georgian", | 899 "input_view": "inputview.html#id=ge&language=ka&passwordLayout=us-ltr&name
=keyboard_georgian", |
637 "options_page": "hmm_options.html?code=xkb:ge::geo" | 900 "options_page": "hmm_options.html?code=xkb:ge::geo" |
638 }, | 901 }, |
639 { | 902 { |
640 "name": "__MSG_keyboard_mongolian__", | 903 "name": "__MSG_keyboard_mongolian__", |
641 "type": "ime", | 904 "type": "ime", |
642 "id": "xkb:mn::mon", | 905 "id": "xkb:mn::mon", |
643 "description": "", | 906 "description": "", |
644 "language": ["mn"], | 907 "language": [ |
645 "layouts": ["mn"], | 908 "mn" |
| 909 ], |
| 910 "layouts": [ |
| 911 "mn" |
| 912 ], |
646 "input_view": "inputview.html#id=mn&language=mn&passwordLayout=us-ltr&name
=keyboard_mongolian", | 913 "input_view": "inputview.html#id=mn&language=mn&passwordLayout=us-ltr&name
=keyboard_mongolian", |
647 "options_page": "hmm_options.html?code=xkb:mn::mon" | 914 "options_page": "hmm_options.html?code=xkb:mn::mon" |
648 }, | 915 }, |
649 { | 916 { |
650 "name": "__MSG_keyboard_irish__", | 917 "name": "__MSG_keyboard_irish__", |
651 "type": "ime", | 918 "type": "ime", |
652 "id": "xkb:ie::ga", | 919 "id": "xkb:ie::ga", |
653 "description": "", | 920 "description": "", |
654 "language": ["ga"], | 921 "language": [ |
655 "layouts": ["ie"], | 922 "ga" |
| 923 ], |
| 924 "layouts": [ |
| 925 "ie" |
| 926 ], |
656 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay
out=ie.compact.qwerty&name=keyboard_irish", | 927 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay
out=ie.compact.qwerty&name=keyboard_irish", |
657 "options_page": "hmm_options.html?code=xkb:ie::ga" | 928 "options_page": "hmm_options.html?code=xkb:ie::ga" |
658 }, | 929 }, |
659 { | 930 { |
660 "name": "__MSG_keyboard_maltese__", | 931 "name": "__MSG_keyboard_maltese__", |
661 "type": "ime", | 932 "type": "ime", |
662 "id": "xkb:mt::mlt", | 933 "id": "xkb:mt::mlt", |
663 "description": "", | 934 "description": "", |
664 "language": ["mt"], | 935 "language": [ |
665 "layouts": ["mt"], | 936 "mt" |
| 937 ], |
| 938 "layouts": [ |
| 939 "mt" |
| 940 ], |
666 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", | 941 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", |
667 "options_page": "hmm_options.html?code=xkb:mt::mlt" | 942 "options_page": "hmm_options.html?code=xkb:mt::mlt" |
668 } | 943 } |
669 ], | 944 ], |
670 "manifest_version": 2 | 945 "manifest_version": 2 |
671 } | 946 } |
OLD | NEW |