Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1253)

Unified Diff: chrome/common/extensions/docs/templates/intros/commands.html

Issue 12965009: Remove the limit of number of commands per extension, but keep the limit of 4 shortcuts per extensi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/intros/commands.html
===================================================================
--- chrome/common/extensions/docs/templates/intros/commands.html (revision 190361)
+++ chrome/common/extensions/docs/templates/intros/commands.html (working copy)
@@ -33,6 +33,10 @@
AltGr key. Also note that on Mac 'Ctrl' is automatically converted to 'Command'.
If you want 'Ctrl' instead, please specify 'MacCtrl'.</p>
+<p>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>
+
<pre>{
"name": "My extension",
...

Powered by Google App Engine
This is Rietveld 408576698