| Index: chrome/common/extensions/api/experimental.input.ime.json
|
| diff --git a/chrome/common/extensions/api/experimental.input.ime.json b/chrome/common/extensions/api/experimental.input.ime.json
|
| index 8978e7530538daec1c97d5aaecfabb2c92a9224b..9c4030e0e7886d9dc7f6c60301fd54f265bf1366 100644
|
| --- a/chrome/common/extensions/api/experimental.input.ime.json
|
| +++ b/chrome/common/extensions/api/experimental.input.ime.json
|
| @@ -12,7 +12,6 @@
|
| "type": {"type": "string", "description": "One of keyup or keydown.", "enum": ["keyup", "keydown"]},
|
| "requestId": {"type": "string", "description": "The ID of the request."},
|
| "key": {"type": "string", "description": "Value of the key being pressed"},
|
| - "keyCode": {"type": "string", "description": "Value of the key being press, unmodified by control keys."},
|
| "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
|
| "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
|
| "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
|
| @@ -331,19 +330,7 @@
|
| },
|
| "visible": {"type": "boolean", "optional": true, "description": "Indicates this item is visible."},
|
| "checked": {"type": "boolean", "optional": true, "description": "Indicates this item should be drawn with a check."},
|
| - "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."},
|
| - "icon": {"type": "string", "optional": true, "description": "Name of the icon to use. Must be bundled in the extension. Data urls are also acceptable."},
|
| - "shortcutKey": {
|
| - "type": "object",
|
| - "optional": true,
|
| - "description": "Used to create a shortcut key label. The IME should handle the shortcut key itself, however.",
|
| - "properties": {
|
| - "key": {"type": "string", "description": "Value of the shortcut key"},
|
| - "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
|
| - "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
|
| - "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
|
| - }
|
| - }
|
| + "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."}
|
| }
|
| }
|
| }
|
| @@ -388,19 +375,7 @@
|
| },
|
| "visible": {"type": "boolean", "optional": true, "description": "Indicates this item is visible."},
|
| "checked": {"type": "boolean", "optional": true, "description": "Indicates this item should be drawn with a check."},
|
| - "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."},
|
| - "icon": {"type": "string", "optional": true, "description": "Name of the icon to use. Must be bundled in the extension. Data urls are also acceptable."},
|
| - "shortcutKey": {
|
| - "type": "object",
|
| - "optional": true,
|
| - "description": "Used to create a shortcut key label. The IME should handle the shortcut key itself, however.",
|
| - "properties": {
|
| - "key": {"type": "string", "description": "Value of the key being pressed"},
|
| - "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
|
| - "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
|
| - "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
|
| - }
|
| - }
|
| + "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."}
|
| }
|
| }
|
| }
|
|
|