| 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",
|
|
|