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

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

Issue 1455483002: Makes the default French keyboard as fr(oss) XKB layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased. Created 5 years, 1 month 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 | ui/base/ime/chromeos/component_extension_ime_manager.cc » ('j') | 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 { 224 {
225 "name": "__MSG_keyboard_french__", 225 "name": "__MSG_keyboard_french__",
226 "type": "ime", 226 "type": "ime",
227 "id": "xkb:fr::fra", 227 "id": "xkb:fr::fra",
228 "description": "", 228 "description": "",
229 "language": [ 229 "language": [
230 "fr", 230 "fr",
231 "fr-FR" 231 "fr-FR"
232 ], 232 ],
233 "layouts": [ 233 "layouts": [
234 "fr" 234 "fr(oss)"
235 ], 235 ],
236 "input_view": "inputview.html#id=fr.compact.qwerty&language=fr&passwordLay out=fr.compact.qwerty&name=keyboard_french", 236 "input_view": "inputview.html#id=fr.compact.qwerty&language=fr&passwordLay out=fr.compact.qwerty&name=keyboard_french",
237 "options_page": "hmm_options.html?code=xkb:fr::fra" 237 "options_page": "hmm_options.html?code=xkb:fr::fra"
238 }, 238 },
239 { 239 {
240 "name": "__MSG_keyboard_french_bepo__", 240 "name": "__MSG_keyboard_french_bepo__",
241 "type": "ime", 241 "type": "ime",
242 "id": "xkb:fr:bepo:fra", 242 "id": "xkb:fr:bepo:fra",
243 "description": "", 243 "description": "",
244 "language": [ 244 "language": [
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 ], 1024 ],
1025 "layouts": [ 1025 "layouts": [
1026 "mk" 1026 "mk"
1027 ], 1027 ],
1028 "input_view": "inputview.html#id=mk&language=mk&passwordLayout=us-ltr&name =keyboard_macedonian", 1028 "input_view": "inputview.html#id=mk&language=mk&passwordLayout=us-ltr&name =keyboard_macedonian",
1029 "options_page": "hmm_options.html?code=xkb:mk::mkd" 1029 "options_page": "hmm_options.html?code=xkb:mk::mkd"
1030 } 1030 }
1031 ], 1031 ],
1032 "manifest_version": 2 1032 "manifest_version": 2
1033 } 1033 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/ime/chromeos/component_extension_ime_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698