diff --git a/common/content/dactyl.js b/common/content/dactyl.js index eca4e029..3e4400ad 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1467,9 +1467,13 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { mappings: function () { mappings.add(modes.all, [""], - "Open the help page", + "Open the introductory help page", function () { dactyl.help(); }); + mappings.add(modes.all, [""], + "Open the single unchunked help page", + function () { ex.helpall(); }); + if (dactyl.has("session")) mappings.add([modes.NORMAL], ["ZQ"], "Quit and don't save the session", @@ -1790,7 +1794,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { [ { name: "h[elp]", - description: "Open the help page" + description: "Open the introductory help page" }, { name: "helpa[ll]", description: "Open the single unchunked help page" @@ -1802,7 +1806,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { command.description, function (args) { dactyl.assert(!args.bang, "E478: Don't panic!"); - dactyl.help(args.literalArg, unchunked); }, { argCount: "?", diff --git a/common/locale/en-US/index.xml b/common/locale/en-US/index.xml index b3512779..286ffa29 100644 --- a/common/locale/en-US/index.xml +++ b/common/locale/en-US/index.xml @@ -47,7 +47,8 @@ This file contains a list of all available commands, mappings and options.
-
Open help window
+
Open the introductory help page
+
Open the single unchunked help page
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index 193ce6fe..ec2dc9e6 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -301,8 +301,9 @@ - :helpall :helpa help-all + :helpall :helpa help-all]]> :helpall subject + <A-F1>

Open all help pages coalesced into a single page.

diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 50059e6e..2c8ed700 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -141,6 +141,7 @@ - Add basic plugin authorship documentation. - The help system is newly modularized and features significant updates, rewrites, and formatting improvements. + - Added to open the single unchunked help page. * Removed :beep. * Removed :edit, :tabedit, and :winedit aliases. * Removed :play.