Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json

Issue 853143002: Add Romanian standard keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "name": "__MSG_keyboard_romanian__", 529 "name": "__MSG_keyboard_romanian__",
530 "type": "ime", 530 "type": "ime",
531 "id": "xkb:ro::rum", 531 "id": "xkb:ro::rum",
532 "description": "", 532 "description": "",
533 "language": ["ro"], 533 "language": ["ro"],
534 "layouts": ["ro"], 534 "layouts": ["ro"],
535 "input_view": "inputview.html#id=ro&language=ro&passwordLayout=ro&name=key board_romanian", 535 "input_view": "inputview.html#id=ro&language=ro&passwordLayout=ro&name=key board_romanian",
536 "options_page": "hmm_options.html?code=xkb:ro::rum" 536 "options_page": "hmm_options.html?code=xkb:ro::rum"
537 }, 537 },
538 { 538 {
539 "name": "__MSG_keyboard_romanian_standard__",
540 "type": "ime",
541 "id": "xkb:ro:std:rum",
542 "description": "",
543 "language": ["ro"],
544 "layouts": ["ro(std)"],
545 "input_view": "inputview.html#id=ro-std&language=ro&passwordLayout=ro-std& name=keyboard_romanian_standard",
546 "options_page": "hmm_options.html?code=xkb:ro:std:rum"
547 },
548 {
539 "name": "__MSG_keyboard_swedish__", 549 "name": "__MSG_keyboard_swedish__",
540 "type": "ime", 550 "type": "ime",
541 "id": "xkb:se::swe", 551 "id": "xkb:se::swe",
542 "description": "", 552 "description": "",
543 "language": ["sv"], 553 "language": ["sv"],
544 "layouts": ["se"], 554 "layouts": ["se"],
545 "input_view": "inputview.html#id=se.compact.qwerty&language=sv&passwordLay out=se.compact.qwerty&name=keyboard_swedish", 555 "input_view": "inputview.html#id=se.compact.qwerty&language=sv&passwordLay out=se.compact.qwerty&name=keyboard_swedish",
546 "options_page": "hmm_options.html?code=xkb:se::swe" 556 "options_page": "hmm_options.html?code=xkb:se::swe"
547 }, 557 },
548 { 558 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "id": "xkb:mt::mlt", 661 "id": "xkb:mt::mlt",
652 "description": "", 662 "description": "",
653 "language": ["mt"], 663 "language": ["mt"],
654 "layouts": ["mt"], 664 "layouts": ["mt"],
655 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key board_maltese", 665 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key board_maltese",
656 "options_page": "hmm_options.html?code=xkb:mt::mlt" 666 "options_page": "hmm_options.html?code=xkb:mt::mlt"
657 } 667 }
658 ], 668 ],
659 "manifest_version": 2 669 "manifest_version": 2
660 } 670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698