| Index: chrome/common/extensions/docs/templates/intros/commands.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/commands.html b/chrome/common/extensions/docs/templates/intros/commands.html
|
| index 10059c1a4ba6667f062cae13b18c634c1515ea9e..8720da7f7de6a8745c250dfabc7921228fc33581 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/commands.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/commands.html
|
| @@ -44,9 +44,9 @@ Extension Command shortcuts and can not be overwritten.</p>
|
| },
|
| "_execute_page_action": {
|
| "suggested_key": {
|
| - "default": "Ctrl+E"
|
| + "default": "Ctrl+E",
|
| "windows": "Alt+P",
|
| - "mac": "Option+P",
|
| + "mac": "Option+P"
|
| }
|
| }
|
| }</b>,
|
|
|