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

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

Issue 2942423002: Adds us(intl_pc) IME to xkb extension. (Closed)
Patch Set: Adds us(intl_pc) IME to xkb extension. Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "en", 108 "en",
109 "en-US" 109 "en-US"
110 ], 110 ],
111 "layouts": [ 111 "layouts": [
112 "us(intl)" 112 "us(intl)"
113 ], 113 ],
114 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international", 114 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international",
115 "options_page": "hmm_options.html?code=xkb:us:intl:eng" 115 "options_page": "hmm_options.html?code=xkb:us:intl:eng"
116 }, 116 },
117 { 117 {
118 "name": "__MSG_keyboard_us_international_pc__",
119 "type": "ime",
120 "id": "xkb:us:intl_pc:eng",
121 "indicator": "INTL",
122 "description": "",
123 "language": [
124 "en",
125 "en-US"
Shu Chen 2017/06/19 07:15:26 We need to at first confirm which languages need t
126 ],
127 "layouts": [
128 "us(intl)"
Shu Chen 2017/06/19 07:15:26 should be us(intl_pc)
129 ],
130 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international_pc",
131 "options_page": "hmm_options.html?code=xkb:us:intl_pc:eng"
132 },
133 {
118 "name": "__MSG_keyboard_netherlands__", 134 "name": "__MSG_keyboard_netherlands__",
119 "type": "ime", 135 "type": "ime",
120 "id": "xkb:us:intl:nld", 136 "id": "xkb:us:intl:nld",
121 "indicator": "NLD", 137 "indicator": "NLD",
122 "description": "", 138 "description": "",
123 "language": [ 139 "language": [
124 "nl" 140 "nl"
125 ], 141 ],
126 "layouts": [ 142 "layouts": [
127 "us(intl)" 143 "us(intl)"
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 "ru" 1900 "ru"
1885 ], 1901 ],
1886 "layouts": [ 1902 "layouts": [
1887 "us" 1903 "us"
1888 ], 1904 ],
1889 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" 1905 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert"
1890 } 1906 }
1891 ], 1907 ],
1892 "manifest_version": 2 1908 "manifest_version": 2
1893 } 1909 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698