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

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"
126 ],
127 "layouts": [
128 "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)"
128 ], 144 ],
129 "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLay out=nl.compact.qwerty&name=keyboard_netherlands", 145 "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLay out=nl.compact.qwerty&name=keyboard_netherlands",
130 "options_page": "hmm_options.html?code=xkb:us:intl:nld" 146 "options_page": "hmm_options.html?code=xkb:us:intl:nld"
131 }, 147 },
132 { 148 {
149 "name": "__MSG_keyboard_us_international_pc__",
150 "type": "ime",
151 "id": "xkb:us:intl_pc:nld",
152 "indicator": "NLD",
153 "description": "",
154 "language": [
155 "nl"
156 ],
157 "layouts": [
158 "us(intl_pc)"
159 ],
160 "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-int l&name=keyboard_us_international_pc",
161 "options_page": "hmm_options.html?code=xkb:us:intl_pc:nld"
162 },
163 {
133 "name": "__MSG_keyboard_us_international__", 164 "name": "__MSG_keyboard_us_international__",
134 "type": "ime", 165 "type": "ime",
135 "id": "xkb:us:intl:por", 166 "id": "xkb:us:intl:por",
136 "indicator": "INTL", 167 "indicator": "INTL",
137 "description": "", 168 "description": "",
138 "language": [ 169 "language": [
139 "pt-BR" 170 "pt-BR"
140 ], 171 ],
141 "layouts": [ 172 "layouts": [
142 "us(intl)" 173 "us(intl)"
143 ], 174 ],
144 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us- intl&name=keyboard_us_international", 175 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us- intl&name=keyboard_us_international",
145 "options_page": "hmm_options.html?code=xkb:us:intl:por" 176 "options_page": "hmm_options.html?code=xkb:us:intl:por"
146 }, 177 },
147 { 178 {
179 "name": "__MSG_keyboard_us_international_pc__",
180 "type": "ime",
181 "id": "xkb:us:intl_pc:por",
182 "indicator": "INTL",
183 "description": "",
184 "language": [
185 "pt-BR"
186 ],
187 "layouts": [
188 "us(intl_pc)"
189 ],
190 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us- intl&name=keyboard_us_international_pc",
191 "options_page": "hmm_options.html?code=xkb:us:intl_pc:por"
192 },
193 {
148 "name": "__MSG_keyboard_us_extended__", 194 "name": "__MSG_keyboard_us_extended__",
149 "type": "ime", 195 "type": "ime",
150 "id": "xkb:us:altgr-intl:eng", 196 "id": "xkb:us:altgr-intl:eng",
151 "indicator": "EXTD", 197 "indicator": "EXTD",
152 "description": "", 198 "description": "",
153 "language": [ 199 "language": [
154 "en", 200 "en",
155 "en-US" 201 "en-US"
156 ], 202 ],
157 "layouts": [ 203 "layouts": [
(...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 "ru" 1930 "ru"
1885 ], 1931 ],
1886 "layouts": [ 1932 "layouts": [
1887 "us" 1933 "us"
1888 ], 1934 ],
1889 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" 1935 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert"
1890 } 1936 }
1891 ], 1937 ],
1892 "manifest_version": 2 1938 "manifest_version": 2
1893 } 1939 }
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