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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
index c9c720fef41a73e443b60129855418327a34d5cf..dcb6cdbe682b2b193eb103b376528add78363860 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -114,6 +114,22 @@
"input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-intl&name=keyboard_us_international",
"options_page": "hmm_options.html?code=xkb:us:intl:eng"
},
+ {
+ "name": "__MSG_keyboard_us_international_pc__",
+ "type": "ime",
+ "id": "xkb:us:intl_pc:eng",
+ "indicator": "INTL",
+ "description": "",
+ "language": [
+ "en",
+ "en-US"
Shu Chen 2017/06/19 07:15:26 We need to at first confirm which languages need t
+ ],
+ "layouts": [
+ "us(intl)"
Shu Chen 2017/06/19 07:15:26 should be us(intl_pc)
+ ],
+ "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-intl&name=keyboard_us_international_pc",
+ "options_page": "hmm_options.html?code=xkb:us:intl_pc:eng"
+ },
{
"name": "__MSG_keyboard_netherlands__",
"type": "ime",
« 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