Chromium Code Reviews| Index: chrome/common/extensions/api/experimental.keybinding.json |
| =================================================================== |
| --- chrome/common/extensions/api/experimental.keybinding.json (revision 0) |
| +++ chrome/common/extensions/api/experimental.keybinding.json (revision 0) |
| @@ -0,0 +1,19 @@ |
| +[ |
| + { |
| + "namespace": "experimental.keybinding", |
| + "nodoc": true, |
| + "events": [ |
| + { |
| + "name": "onCommand", |
| + "description": "Fired when a registered command is activated using a keyboard shortcut.", |
| + "type": "function", |
| + "parameters": [ |
| + { |
| + "name": "command", |
| + "type": "string" |
| + } |
| + ] |
| + } |
| + ] |
| + } |
| +] |