Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Chrome OS XKB", | |
| 3 "version": "1.0.5.0", | |
| 4 "description": "Chrome OS XKB", | |
| 5 "default_locale": "en", | |
| 6 "incognito": "split", | |
| 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", | |
| 8 "permissions": [ | |
| 9 "input", | |
| 10 "inputMethodPrivate", | |
| 11 "virtualKeyboardPrivate", | |
| 12 "metricsPrivate", | |
| 13 "unlimitedStorage", | |
| 14 "https://dl.google.com/", | |
| 15 "https://clients4.google.com/", | |
| 16 "accessibilityFeatures.read" | |
| 17 ], | |
| 18 "background" : { | |
|
Nico
2014/07/23 01:03:11
(all the other keys in this file don't have a spac
Nico
2014/07/23 01:03:11
(all the other keys in this file don't have a spac
Shu Chen
2014/07/23 03:05:54
Done.
Shu Chen
2014/07/23 03:05:54
Done.
| |
| 19 "scripts": ["background.js"], | |
| 20 "persistent": false | |
| 21 }, | |
| 22 "ime_path": "/usr/share/chromeos-assets/input_methods/google_xkb", | |
| 23 "input_components": [ | |
| 24 { | |
| 25 "name": "__MSG_keyboard_us__", | |
| 26 "type": "ime", | |
| 27 "id": "xkb:us::eng", | |
| 28 "description": "", | |
| 29 "language": ["en", "en-US", "en-AU", "en-NZ"], | |
| 30 "layouts": ["us"], | |
| 31 "input_view": "inputview.html?id=us.compact.qwerty&language=en-US&password Layout=us.compact.qwerty&name=us_keyboard" | |
| 32 }, | |
| 33 { | |
| 34 "name": "__MSG_keyboard_us__", | |
| 35 "type": "ime", | |
| 36 "id": "xkb:us::ind", | |
| 37 "description": "", | |
| 38 "language": ["id"], | |
| 39 "layouts": ["us"], | |
| 40 "input_view": "inputview.html?id=us&language=id&passwordLayout=us&name=us_ keyboard" | |
| 41 }, | |
| 42 { | |
| 43 "name": "__MSG_keyboard_us__", | |
| 44 "type": "ime", | |
| 45 "id": "xkb:us::fil", | |
| 46 "description": "", | |
| 47 "language": ["fil"], | |
| 48 "layouts": ["us"], | |
| 49 "input_view": "inputview.html?id=us&language=fil&passwordLayout=us&name=us _keyboard" | |
| 50 }, | |
| 51 { | |
| 52 "name": "__MSG_keyboard_us__", | |
| 53 "type": "ime", | |
| 54 "id": "xkb:us::msa", | |
| 55 "description": "", | |
| 56 "language": ["ms"], | |
| 57 "layouts": ["us"], | |
| 58 "input_view": "inputview.html?id=us&language=ms&passwordLayout=us&name=us_ keyboard" | |
| 59 }, | |
| 60 { | |
| 61 "name": "__MSG_keyboard_us_international__", | |
| 62 "type": "ime", | |
| 63 "id": "xkb:us:intl:eng", | |
| 64 "description": "", | |
| 65 "language": ["en", "en-US"], | |
| 66 "layouts": ["us(intl)"], | |
| 67 "input_view": "inputview.html?id=us-intl&language=en-US&passwordLayout=us- intl&name=us_international_keyboard" | |
| 68 }, | |
| 69 { | |
| 70 "name": "__MSG_keyboard_us_international__", | |
| 71 "type": "ime", | |
| 72 "id": "xkb:us:intl:nld", | |
| 73 "description": "", | |
| 74 "language": ["nl"], | |
| 75 "layouts": ["us(intl)"], | |
| 76 "input_view": "inputview.html?id=us-intl&language=nl&passwordLayout=us-int l&name=us_international_keyboard" | |
| 77 }, | |
| 78 { | |
| 79 "name": "__MSG_keyboard_us_international__", | |
| 80 "type": "ime", | |
| 81 "id": "xkb:us:intl:por", | |
| 82 "description": "", | |
| 83 "language": ["pt-BR"], | |
| 84 "layouts": ["us(intl)"], | |
| 85 "input_view": "inputview.html?id=us-intl&language=pt-BR&passwordLayout=us- intl&name=us_international_keyboard" | |
| 86 }, | |
| 87 { | |
| 88 "name": "__MSG_keyboard_us_extended__", | |
| 89 "type": "ime", | |
| 90 "id": "xkb:us:altgr-intl:eng", | |
| 91 "description": "", | |
| 92 "language": ["en", "en-US"], | |
| 93 "layouts": ["us(altgr-intl)"], | |
| 94 "input_view": "inputview.html?id=us-altgr-intl&language=en-US&passwordLayo ut=us-altgr-intl&name=us_extended_keyboard" | |
| 95 }, | |
| 96 { | |
| 97 "name": "__MSG_keyboard_us_dvorak__", | |
| 98 "type": "ime", | |
| 99 "id": "xkb:us:dvorak:eng", | |
| 100 "description": "", | |
| 101 "language": ["en", "en-US"], | |
| 102 "layouts": ["us(dvorak)"], | |
| 103 "input_view": "inputview.html?id=us-dvorak&language=en-US&passwordLayout=u s-dvorak&name=us_dvorak_keyboard" | |
| 104 }, | |
| 105 { | |
| 106 "name": "__MSG_keyboard_us_colemak__", | |
| 107 "type": "ime", | |
| 108 "id": "xkb:us:colemak:eng", | |
| 109 "description": "", | |
| 110 "language": ["en", "en-US"], | |
| 111 "layouts": ["us(colemak)"], | |
| 112 "input_view": "inputview.html?id=us-colemak&language=en-US&passwordLayout= us-colemak&name=us_colemak_keyboard" | |
| 113 }, | |
| 114 { | |
| 115 "name": "__MSG_keyboard_belgian__", | |
| 116 "type": "ime", | |
| 117 "id": "xkb:be::nld", | |
| 118 "description": "", | |
| 119 "language": ["nl"], | |
| 120 "layouts": ["be"], | |
| 121 "input_view": "inputview.html?id=be.compact.qwerty&language=nl&passwordLay out=be.compact.qwerty&name=belgian_keyboard" | |
| 122 }, | |
| 123 { | |
| 124 "name": "__MSG_keyboard_french__", | |
| 125 "type": "ime", | |
| 126 "id": "xkb:fr::fra", | |
| 127 "description": "", | |
| 128 "language": ["fr", "fr-FR"], | |
| 129 "layouts": ["fr"], | |
| 130 "input_view": "inputview.html?id=fr.compact.qwerty&language=fr&passwordLay out=fr.compact.qwerty&name=french_keyboard" | |
| 131 }, | |
| 132 { | |
| 133 "name": "__MSG_keyboard_belgian__", | |
| 134 "type": "ime", | |
| 135 "id": "xkb:be::fra", | |
| 136 "description": "", | |
| 137 "language": ["fr"], | |
| 138 "layouts": ["be"], | |
| 139 "input_view": "inputview.html?id=be&language=fr&passwordLayout=be&name=bel gian_keyboard" | |
| 140 }, | |
| 141 { | |
| 142 "name": "__MSG_keyboard_canadian_french__", | |
| 143 "type": "ime", | |
| 144 "id": "xkb:ca::fra", | |
| 145 "description": "", | |
| 146 "language": ["fr", "fr-CA"], | |
| 147 "layouts": ["ca"], | |
| 148 "input_view": "inputview.html?id=ca.compact.qwerty&language=fr&passwordLay out=ca.compact.qwerty&name=canadian_french_keyboard" | |
| 149 }, | |
| 150 { | |
| 151 "name": "__MSG_keyboard_swiss_french__", | |
| 152 "type": "ime", | |
| 153 "id": "xkb:ch:fr:fra", | |
| 154 "description": "", | |
| 155 "language": ["fr", "fr-CH"], | |
| 156 "layouts": ["ch(fr)"], | |
| 157 "input_view": "inputview.html?id=ch-fr&language=fr&passwordLayout=ch-fr&na me=swiss_french_keyboard" | |
| 158 }, | |
| 159 { | |
| 160 "name": "__MSG_keyboard_canadian_multilingual__", | |
| 161 "type": "ime", | |
| 162 "id": "xkb:ca:multix:fra", | |
| 163 "description": "", | |
| 164 "language": ["fr", "fr-CA"], | |
| 165 "layouts": ["ca(multix)"], | |
| 166 "input_view": "inputview.html?id=ca-multix&language=fr&passwordLayout=ca-m ultix&name=canadian_multilingual_keyboard" | |
| 167 }, | |
| 168 { | |
| 169 "name": "__MSG_keyboard_german__", | |
| 170 "type": "ime", | |
| 171 "id": "xkb:de::ger", | |
| 172 "description": "", | |
| 173 "language": ["de", "de-DE"], | |
| 174 "layouts": ["de"], | |
| 175 "input_view": "inputview.html?id=de.compact.qwerty&language=de&passwordLay out=de.compact.qwerty&name=german_keyboard" | |
| 176 }, | |
| 177 { | |
| 178 "name": "__MSG_keyboard_german_neo_2__", | |
| 179 "type": "ime", | |
| 180 "id": "xkb:de:neo:ger", | |
| 181 "description": "", | |
| 182 "language": ["de", "de-DE"], | |
| 183 "layouts": ["de(neo)"], | |
| 184 "input_view": "inputview.html?id=de-neo&language=de&passwordLayout=de-neo& name=german_neo_2_keyboard" | |
| 185 }, | |
| 186 { | |
| 187 "name": "__MSG_keyboard_belgian__", | |
| 188 "type": "ime", | |
| 189 "id": "xkb:be::ger", | |
| 190 "description": "", | |
| 191 "language": ["de"], | |
| 192 "layouts": ["be"], | |
| 193 "input_view": "inputview.html?id=be&language=de&passwordLayout=be&name=bel gian_keyboard" | |
| 194 }, | |
| 195 { | |
| 196 "name": "__MSG_keyboard_swiss__", | |
| 197 "type": "ime", | |
| 198 "id": "xkb:ch::ger", | |
| 199 "description": "", | |
| 200 "language": ["de", "de-CH"], | |
| 201 "layouts": ["ch"], | |
| 202 "input_view": "inputview.html?id=ch&language=de&passwordLayout=ch&name=swi ss_keyboard" | |
| 203 }, | |
| 204 { | |
| 205 "name": "__MSG_keyboard_japanese__", | |
| 206 "type": "ime", | |
| 207 "id": "xkb:jp::jpn", | |
| 208 "description": "", | |
| 209 "language": ["ja"], | |
| 210 "layouts": ["jp"], | |
| 211 "input_view": "inputview.html?id=jp&language=ja&passwordLayout=jp&name=jap anese_keyboard" | |
| 212 }, | |
| 213 { | |
| 214 "name": "__MSG_keyboard_russian__", | |
| 215 "type": "ime", | |
| 216 "id": "xkb:ru::rus", | |
| 217 "description": "", | |
| 218 "language": ["ru"], | |
| 219 "layouts": ["ru"], | |
| 220 "input_view": "inputview.html?id=ru&language=ru&passwordLayout=us&name=rus sian_keyboard" | |
| 221 }, | |
| 222 { | |
| 223 "name": "__MSG_keyboard_russian_phonetic__", | |
| 224 "type": "ime", | |
| 225 "id": "xkb:ru:phonetic:rus", | |
| 226 "description": "", | |
| 227 "language": ["ru"], | |
| 228 "layouts": ["ru(phonetic)"], | |
| 229 "input_view": "inputview.html?id=ru-phonetic&language=ru&passwordLayout=us &name=russian_phonetic_keyboard" | |
| 230 }, | |
| 231 { | |
| 232 "name": "__MSG_keyboard_brazilian__", | |
| 233 "type": "ime", | |
| 234 "id": "xkb:br::por", | |
| 235 "description": "", | |
| 236 "language": ["pt-BR", "pt"], | |
| 237 "layouts": ["br"], | |
| 238 "input_view": "inputview.html?id=br&language=pt-BR&passwordLayout=br&name= brazilian_keyboard" | |
| 239 }, | |
| 240 { | |
| 241 "name": "__MSG_keyboard_bulgarian__", | |
| 242 "type": "ime", | |
| 243 "id": "xkb:bg::bul", | |
| 244 "description": "", | |
| 245 "language": ["bg"], | |
| 246 "layouts": ["bg"], | |
| 247 "input_view": "inputview.html?id=bg&language=bg&passwordLayout=us&name=bul garian_keyboard" | |
| 248 }, | |
| 249 { | |
| 250 "name": "__MSG_keyboard_bulgarian_phonetic__", | |
| 251 "type": "ime", | |
| 252 "id": "xkb:bg:phonetic:bul", | |
| 253 "description": "", | |
| 254 "language": ["bg"], | |
| 255 "layouts": ["bg(phonetic)"], | |
| 256 "input_view": "inputview.html?id=bg-phonetic&language=bg&passwordLayout=us &name=bulgarian_phonetic_keyboard" | |
| 257 }, | |
| 258 { | |
| 259 "name": "__MSG_keyboard_canadian_english__", | |
| 260 "type": "ime", | |
| 261 "id": "xkb:ca:eng:eng", | |
| 262 "description": "", | |
| 263 "language": ["en", "en-CA"], | |
| 264 "layouts": ["ca(eng)"], | |
| 265 "input_view": "inputview.html?id=ca-eng.compact.qwerty&language=en-CA&pass wordLayout=ca-eng.compact.qwerty&name=canadian_english_keyboard" | |
| 266 }, | |
| 267 { | |
| 268 "name": "__MSG_keyboard_czech__", | |
| 269 "type": "ime", | |
| 270 "id": "xkb:cz::cze", | |
| 271 "description": "", | |
| 272 "language": ["cs"], | |
| 273 "layouts": ["cz"], | |
| 274 "input_view": "inputview.html?id=cz&language=cs&passwordLayout=cz&name=cze ch_keyboard" | |
| 275 }, | |
| 276 { | |
| 277 "name": "__MSG_keyboard_czech_qwerty__", | |
| 278 "type": "ime", | |
| 279 "id": "xkb:cz:qwerty:cze", | |
| 280 "description": "", | |
| 281 "language": ["cs"], | |
| 282 "layouts": ["cz(qwerty)"], | |
| 283 "input_view": "inputview.html?id=cz-qwerty&language=cs&passwordLayout=cz-q werty&name=czech_qwerty_keyboard" | |
| 284 }, | |
| 285 { | |
| 286 "name": "__MSG_keyboard_estonian__", | |
| 287 "type": "ime", | |
| 288 "id": "xkb:ee::est", | |
| 289 "description": "", | |
| 290 "language": ["et"], | |
| 291 "layouts": ["ee"], | |
| 292 "input_view": "inputview.html?id=ee&language=et&passwordLayout=ee&name=est onian_keyboard" | |
| 293 }, | |
| 294 { | |
| 295 "name": "__MSG_keyboard_spanish__", | |
| 296 "type": "ime", | |
| 297 "id": "xkb:es::spa", | |
| 298 "description": "", | |
| 299 "language": ["es"], | |
| 300 "layouts": ["es"], | |
| 301 "input_view": "inputview.html?id=es&language=es&passwordLayout=es&name=spa nish_keyboard" | |
| 302 }, | |
| 303 { | |
| 304 "name": "__MSG_keyboard_catalan__", | |
| 305 "type": "ime", | |
| 306 "id": "xkb:es:cat:cat", | |
| 307 "description": "", | |
| 308 "language": ["ca"], | |
| 309 "layouts": ["es(cat)"], | |
| 310 "input_view": "inputview.html?id=es-cat&language=ca&passwordLayout=es-cat& name=catalan_keyboard" | |
| 311 }, | |
| 312 { | |
| 313 "name": "__MSG_keyboard_danish__", | |
| 314 "type": "ime", | |
| 315 "id": "xkb:dk::dan", | |
| 316 "description": "", | |
| 317 "language": ["da"], | |
| 318 "layouts": ["dk"], | |
| 319 "input_view": "inputview.html?id=dk.compact.qwerty&language=da&passwordLay out=dk.compact.qwerty&name=danish_keyboard" | |
| 320 }, | |
| 321 { | |
| 322 "name": "__MSG_keyboard_greek__", | |
| 323 "type": "ime", | |
| 324 "id": "xkb:gr::gre", | |
| 325 "description": "", | |
| 326 "language": ["el"], | |
| 327 "layouts": ["gr"], | |
| 328 "input_view": "inputview.html?id=gr&language=el&passwordLayout=us&name=gre ek_keyboard" | |
| 329 }, | |
| 330 { | |
| 331 "name": "__MSG_keyboard_hebrew__", | |
| 332 "type": "ime", | |
| 333 "id": "xkb:il::heb", | |
| 334 "description": "", | |
| 335 "language": ["he"], | |
| 336 "layouts": ["il"], | |
| 337 "input_view": "inputview.html?id=il&language=he&passwordLayout=us&name=heb rew_keyboard" | |
| 338 }, | |
| 339 { | |
| 340 "name": "__MSG_keyboard_latin_american__", | |
| 341 "type": "ime", | |
| 342 "id": "xkb:latam::spa", | |
| 343 "description": "", | |
| 344 "language": ["es", "es-419"], | |
| 345 "layouts": ["latam"], | |
| 346 "input_view": "inputview.html?id=latam&language=es&passwordLayout=latam&na me=latin_american_keyboard" | |
| 347 }, | |
| 348 { | |
| 349 "name": "__MSG_keyboard_lithuanian__", | |
| 350 "type": "ime", | |
| 351 "id": "xkb:lt::lit", | |
| 352 "description": "", | |
| 353 "language": ["lt"], | |
| 354 "layouts": ["lt"], | |
| 355 "input_view": "inputview.html?id=lt&language=lt&passwordLayout=lt&name=lit huanian_keyboard" | |
| 356 }, | |
| 357 { | |
| 358 "name": "__MSG_keyboard_latvian__", | |
| 359 "type": "ime", | |
| 360 "id": "xkb:lv:apostrophe:lav", | |
| 361 "description": "", | |
| 362 "language": ["lv"], | |
| 363 "layouts": ["lv(apostrophe)"], | |
| 364 "input_view": "inputview.html?id=lv-apostrophe&language=lv&passwordLayout= lv-apostrophe&name=latvian_keyboard" | |
| 365 }, | |
| 366 { | |
| 367 "name": "__MSG_keyboard_croatian__", | |
| 368 "type": "ime", | |
| 369 "id": "xkb:hr::scr", | |
| 370 "description": "", | |
| 371 "language": ["hr"], | |
| 372 "layouts": ["hr"], | |
| 373 "input_view": "inputview.html?id=hr&language=hr&passwordLayout=hr&name=cro atian_keyboard" | |
| 374 }, | |
| 375 { | |
| 376 "name": "__MSG_keyboard_uk__", | |
| 377 "type": "ime", | |
| 378 "id": "xkb:gb:extd:eng", | |
| 379 "description": "", | |
| 380 "language": ["en", "en-GB"], | |
| 381 "layouts": ["gb(extd)"], | |
| 382 "input_view": "inputview.html?id=gb-extd.compact.qwerty&language=en-GB&pas swordLayout=gb-extd.compact.qwerty&name=uk_keyboard" | |
| 383 }, | |
| 384 { | |
| 385 "name": "__MSG_keyboard_uk_dvorak__", | |
| 386 "type": "ime", | |
| 387 "id": "xkb:gb:dvorak:eng", | |
| 388 "description": "", | |
| 389 "language": ["en", "en-GB"], | |
| 390 "layouts": ["gb(dvorak)"], | |
| 391 "input_view": "inputview.html?id=gb-dvorak&language=en-GB&passwordLayout=g b-dvorak&name=uk_dvorak_keyboard" | |
| 392 }, | |
| 393 { | |
| 394 "name": "__MSG_keyboard_finnish__", | |
| 395 "type": "ime", | |
| 396 "id": "xkb:fi::fin", | |
| 397 "description": "", | |
| 398 "language": ["fi"], | |
| 399 "layouts": ["fi"], | |
| 400 "input_view": "inputview.html?id=fi.compact.qwerty&language=fi&passwordLay out=fi.compact.qwerty&name=finnish_keyboard" | |
| 401 }, | |
| 402 { | |
| 403 "name": "__MSG_keyboard_hungarian__", | |
| 404 "type": "ime", | |
| 405 "id": "xkb:hu::hun", | |
| 406 "description": "", | |
| 407 "language": ["hu"], | |
| 408 "layouts": ["hu"], | |
| 409 "input_view": "inputview.html?id=hu&language=hu&passwordLayout=hu&name=hun garian_keyboard" | |
| 410 }, | |
| 411 { | |
| 412 "name": "__MSG_keyboard_italian__", | |
| 413 "type": "ime", | |
| 414 "id": "xkb:it::ita", | |
| 415 "description": "", | |
| 416 "language": ["it", "it-IT"], | |
| 417 "layouts": ["it"], | |
| 418 "input_view": "inputview.html?id=it&language=it&passwordLayout=it&name=ita lian_keyboard" | |
| 419 }, | |
| 420 { | |
| 421 "name": "__MSG_keyboard_icelandic__", | |
| 422 "type": "ime", | |
| 423 "id": "xkb:is::ice", | |
| 424 "description": "", | |
| 425 "language": ["is"], | |
| 426 "layouts": ["is"], | |
| 427 "input_view": "inputview.html?id=is.compact.qwerty&language=is&passwordLay out=is.compact.qwerty&name=icelandic_keyboard" | |
| 428 }, | |
| 429 { | |
| 430 "name": "__MSG_keyboard_norwegian__", | |
| 431 "type": "ime", | |
| 432 "id": "xkb:no::nob", | |
| 433 "description": "", | |
| 434 "language": ["nb", "nn", "no"], | |
| 435 "layouts": ["no"], | |
| 436 "input_view": "inputview.html?id=no.compact.qwerty&language=nb&passwordLay out=us.compact.qwerty&name=norwegian_keyboard" | |
| 437 }, | |
| 438 { | |
| 439 "name": "__MSG_keyboard_polish__", | |
| 440 "type": "ime", | |
| 441 "id": "xkb:pl::pol", | |
| 442 "description": "", | |
| 443 "language": ["pl"], | |
| 444 "layouts": ["pl"], | |
| 445 "input_view": "inputview.html?id=pl&language=pl&passwordLayout=pl&name=pol ish_keyboard" | |
| 446 }, | |
| 447 { | |
| 448 "name": "__MSG_keyboard_portuguese__", | |
| 449 "type": "ime", | |
| 450 "id": "xkb:pt::por", | |
| 451 "description": "", | |
| 452 "language": ["pt-PT", "pt"], | |
| 453 "layouts": ["pt"], | |
| 454 "input_view": "inputview.html?id=pt&language=pt-PT&passwordLayout=pt&name= portuguese_keyboard" | |
| 455 }, | |
| 456 { | |
| 457 "name": "__MSG_keyboard_romanian__", | |
| 458 "type": "ime", | |
| 459 "id": "xkb:ro::rum", | |
| 460 "description": "", | |
| 461 "language": ["ro"], | |
| 462 "layouts": ["ro"], | |
| 463 "input_view": "inputview.html?id=ro&language=ro&passwordLayout=ro&name=rom anian_keyboard" | |
| 464 }, | |
| 465 { | |
| 466 "name": "__MSG_keyboard_swedish__", | |
| 467 "type": "ime", | |
| 468 "id": "xkb:se::swe", | |
| 469 "description": "", | |
| 470 "language": ["sv"], | |
| 471 "layouts": ["se"], | |
| 472 "input_view": "inputview.html?id=se.compact.qwerty&language=sv&passwordLay out=se.compact.qwerty&name=swedish_keyboard" | |
| 473 }, | |
| 474 { | |
| 475 "name": "__MSG_keyboard_slovakian__", | |
| 476 "type": "ime", | |
| 477 "id": "xkb:sk::slo", | |
| 478 "description": "", | |
| 479 "language": ["sk"], | |
| 480 "layouts": ["sk"], | |
| 481 "input_view": "inputview.html?id=sk&language=sk&passwordLayout=us&name=slo vakian_keyboard" | |
| 482 }, | |
| 483 { | |
| 484 "name": "__MSG_keyboard_slovenian__", | |
| 485 "type": "ime", | |
| 486 "id": "xkb:si::slv", | |
| 487 "description": "", | |
| 488 "language": ["sl"], | |
| 489 "layouts": ["si"], | |
| 490 "input_view": "inputview.html?id=si&language=sl&passwordLayout=si&name=slo venian_keyboard" | |
| 491 }, | |
| 492 { | |
| 493 "name": "__MSG_keyboard_serbian__", | |
| 494 "type": "ime", | |
| 495 "id": "xkb:rs::srp", | |
| 496 "description": "", | |
| 497 "language": ["sr"], | |
| 498 "layouts": ["rs"], | |
| 499 "input_view": "inputview.html?id=rs&language=sr&passwordLayout=us&name=ser bian_keyboard" | |
| 500 }, | |
| 501 { | |
| 502 "name": "__MSG_keyboard_turkish__", | |
| 503 "type": "ime", | |
| 504 "id": "xkb:tr::tur", | |
| 505 "description": "", | |
| 506 "language": ["tr"], | |
| 507 "layouts": ["tr"], | |
| 508 "input_view": "inputview.html?id=tr&language=tr&passwordLayout=tr&name=tur kish_keyboard" | |
| 509 }, | |
| 510 { | |
| 511 "name": "__MSG_keyboard_ukrainian__", | |
| 512 "type": "ime", | |
| 513 "id": "xkb:ua::ukr", | |
| 514 "description": "", | |
| 515 "language": ["uk"], | |
| 516 "layouts": ["ua"], | |
| 517 "input_view": "inputview.html?id=ua&language=uk&passwordLayout=us&name=ukr ainian_keyboard" | |
| 518 }, | |
| 519 { | |
| 520 "name": "__MSG_keyboard_belarusian__", | |
| 521 "type": "ime", | |
| 522 "id": "xkb:by::bel", | |
| 523 "description": "", | |
| 524 "language": ["be"], | |
| 525 "layouts": ["by"], | |
| 526 "input_view": "inputview.html?id=by&language=be&passwordLayout=us&name=bel arusian_keyboard" | |
| 527 }, | |
| 528 { | |
| 529 "name": "__MSG_keyboard_armenian_phonetic__", | |
| 530 "type": "ime", | |
| 531 "id": "xkb:am:phonetic:arm", | |
| 532 "description": "", | |
| 533 "language": ["hy"], | |
| 534 "layouts": ["am"], | |
| 535 "input_view": "inputview.html?id=am&language=hy&passwordLayout=us&name=arm enian_phonetic_keyboard" | |
| 536 }, | |
| 537 { | |
| 538 "name": "__MSG_keyboard_georgian__", | |
| 539 "type": "ime", | |
| 540 "id": "xkb:ge::geo", | |
| 541 "description": "", | |
| 542 "language": ["ka"], | |
| 543 "layouts": ["ge"], | |
| 544 "input_view": "inputview.html?id=ge&language=ka&passwordLayout=us&name=geo rgian_keyboard" | |
| 545 }, | |
| 546 { | |
| 547 "name": "__MSG_keyboard_mongolian__", | |
| 548 "type": "ime", | |
| 549 "id": "xkb:mn::mon", | |
| 550 "description": "", | |
| 551 "language": ["mn"], | |
| 552 "layouts": ["mn"], | |
| 553 "input_view": "inputview.html?id=mn&language=mn&passwordLayout=us&name=mon golian_keyboard" | |
| 554 }, | |
| 555 { | |
| 556 "name": "__MSG_keyboard_irish__", | |
| 557 "type": "ime", | |
| 558 "id": "xkb:ie::ga", | |
| 559 "description": "", | |
| 560 "language": ["ga"], | |
| 561 "layouts": ["ie"], | |
| 562 "input_view": "inputview.html?id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=irish_keyboard" | |
| 563 } | |
| 564 ], | |
| 565 "manifest_version": 2 | |
| 566 } | |
| OLD | NEW |