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

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..ed509c9735bf3f38032789b9c216f8fe4db0804b 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"
+ ],
+ "layouts": [
+ "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",
@@ -129,6 +145,21 @@
"input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLayout=nl.compact.qwerty&name=keyboard_netherlands",
"options_page": "hmm_options.html?code=xkb:us:intl:nld"
},
+ {
+ "name": "__MSG_keyboard_us_international_pc__",
+ "type": "ime",
+ "id": "xkb:us:intl_pc:nld",
+ "indicator": "NLD",
+ "description": "",
+ "language": [
+ "nl"
+ ],
+ "layouts": [
+ "us(intl_pc)"
+ ],
+ "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-intl&name=keyboard_us_international_pc",
+ "options_page": "hmm_options.html?code=xkb:us:intl_pc:nld"
+ },
{
"name": "__MSG_keyboard_us_international__",
"type": "ime",
@@ -144,6 +175,21 @@
"input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-intl&name=keyboard_us_international",
"options_page": "hmm_options.html?code=xkb:us:intl:por"
},
+ {
+ "name": "__MSG_keyboard_us_international_pc__",
+ "type": "ime",
+ "id": "xkb:us:intl_pc:por",
+ "indicator": "INTL",
+ "description": "",
+ "language": [
+ "pt-BR"
+ ],
+ "layouts": [
+ "us(intl_pc)"
+ ],
+ "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-intl&name=keyboard_us_international_pc",
+ "options_page": "hmm_options.html?code=xkb:us:intl_pc:por"
+ },
{
"name": "__MSG_keyboard_us_extended__",
"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