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

Unified Diff: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json

Issue 1411603005: Add Workman keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add trailing comma according to review feedback 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 side-by-side diff with in-line comments
Download patch
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 8753d0f5202b3090ce3d752318529e4fc917de5c..9b654e494641d603c4bd755e68e8ba6b0d022a37 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -208,6 +208,38 @@
"options_page": "hmm_options.html?code=xkb:us:colemak:eng"
},
{
+ "name": "__MSG_keyboard_us_workman__",
+ "type": "ime",
+ "id": "xkb:us:workman:eng",
+ "indicator": "WM",
+ "description": "",
+ "language": [
+ "en",
+ "en-US"
+ ],
+ "layouts": [
+ "us(workman)"
+ ],
+ "input_view": "inputview.html#id=us-workman&language=en-US&passwordLayout=us-workman&name=keyboard_us_workman",
+ "options_page": "hmm_options.html?code=xkb:us:workman:eng"
+ },
+ {
+ "name": "__MSG_keyboard_us_workman_international__",
+ "type": "ime",
+ "id": "xkb:us:workman-intl:eng",
+ "indicator": "WMI",
+ "description": "",
+ "language": [
+ "en",
+ "en-US"
+ ],
+ "layouts": [
+ "us(workman-intl)"
+ ],
+ "input_view": "inputview.html#id=us-workman-intl&language=en-US&passwordLayout=us-workman-intl&name=keyboard_us_workman_international",
+ "options_page": "hmm_options.html?code=xkb:us:workman-intl:eng"
+ },
+ {
"name": "__MSG_keyboard_belgian__",
"type": "ime",
"id": "xkb:be::nld",

Powered by Google App Engine
This is Rietveld 408576698