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

Unified Diff: chrome/browser/resources/chromeos/input_method/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/xkb_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/xkb_manifest.json b/chrome/browser/resources/chromeos/input_method/xkb_manifest.json
index bd05625efe9f1b6aa33e9c502fefcb00e8c66424..54677e8411c6ea219390eee163910d9a7bed8852 100644
--- a/chrome/browser/resources/chromeos/input_method/xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/xkb_manifest.json
@@ -176,6 +176,36 @@
"input_view": "inputview.html?id=us-colemak&language=en-US&passwordLayout=us-colemak&name=keyboard_us_colemak"
},
{
+ "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"
+ },
+ {
+ "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"
+ },
+ {
"name": "__MSG_keyboard_belgian__",
"type": "ime",
"id": "xkb:be::nld",
« no previous file with comments | « chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json ('k') | chromeos/ime/input_methods.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698