| Index: chrome/common/extensions/api/accessibility_private.json
|
| diff --git a/chrome/common/extensions/api/accessibility_private.json b/chrome/common/extensions/api/accessibility_private.json
|
| index 0b9f629f1defebdc7057e17d586e91fc53bd6e91..c3b73c85a63984e01ff188875cfd70c8daebb336 100644
|
| --- a/chrome/common/extensions/api/accessibility_private.json
|
| +++ b/chrome/common/extensions/api/accessibility_private.json
|
| @@ -100,6 +100,20 @@
|
| "description": "True to darken screen; false to undarken screen."
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "setSwitchAccessKeys",
|
| + "type": "function",
|
| + "description": "Change the keyboard keys captured by Switch Access.",
|
| + "parameters": [
|
| + {
|
| + "name": "key_codes",
|
| + "type": "array",
|
| + "items": { "type": "integer" },
|
| + "description": "The key codes for the keys that will be captured."
|
| + }
|
| + ],
|
| + "platforms": ["chromeos"]
|
| }
|
| ],
|
| "events": [
|
|
|