| 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 f1ba414ee82aaa81defba967dc6569f8362530f6..488d38510c1eacb8e216f0635e23041e83c2ddd1 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/commands.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/commands.html
|
| @@ -10,7 +10,8 @@ You must have a <code>"manifest_version"</code> of at least <code>2</code> to us
|
| default key combination. Each command your extension accepts must be listed in
|
| the manifest as an attribute of the 'commands' manifest key. An extension can
|
| have many commands but only 4 suggested keys can be specified. The user can
|
| -manually add more shortcuts from the chrome://extensions page.</p>
|
| +manually add more shortcuts from the chrome://extensions/configureCommands
|
| +dialog.</p>
|
|
|
| <p>Supported keys: A-Z, 0-9, Comma, Period, Home, End, PageUp, PageDown, Insert,
|
| Delete, Arrow keys (Up, Down, Left, Right) and the Media Keys
|
|
|