| Index: chrome/common/extensions/api/input_ime.json
|
| diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
|
| index 93cf9661e9b5fdb5790f08f5b4f01e97b7ccb492..aa324eb2fcb9fe0457f333ad084245610ffabff2 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -18,6 +18,7 @@
|
| "extensionId": {"type": "string", "optional": true, "description": "The extension ID of the sender of this keyevent."},
|
| "key": {"type": "string", "description": "Value of the key being pressed"},
|
| "code": {"type": "string", "description": "Value of the physical key being pressed. The value is not affected by current keyboard layout or modifier state."},
|
| + "keyCode": {"type": "integer", "optional": true, "description": "The deprecated HTML keyCode, which is system- and implementation-dependent numerical code signifying the unmodified identifier associated with the key 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."},
|
|
|