diff options
| author | ilya | 2010-04-25 18:56:35 -0700 |
|---|---|---|
| committer | ilya | 2010-04-25 18:56:35 -0700 |
| commit | 44189294c8a6097abd22116dc35345e7cab55344 (patch) | |
| tree | e84ab4749d52634cf5e4fa244b6d2ccf9533fcd6 | |
| parent | 6fc9fcc8b2ca384d7803d9d649a1cdbe54c2e2ee (diff) | |
| download | vimium-44189294c8a6097abd22116dc35345e7cab55344.tar.bz2 | |
Add showHelp to the command listings / help dialog.
| -rw-r--r-- | commands.js | 4 | ||||
| -rw-r--r-- | helpDialog.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/commands.js b/commands.js index 0e5da3ef..81d9ef52 100644 --- a/commands.js +++ b/commands.js @@ -154,5 +154,7 @@ var commandGroups = { historyNavigation: ["goBack", "goForward"], tabManipulation: - ["nextTab", "previousTab", "createTab", "removeTab", "restoreTab"] + ["nextTab", "previousTab", "createTab", "removeTab", "restoreTab"], + misc: + ["showHelp"] }; diff --git a/helpDialog.html b/helpDialog.html index 0587145d..eb5d72f7 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -88,6 +88,8 @@ {{historyNavigation}} <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Manipulating tabs</td></tr> {{tabManipulation}} + <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Miscellaneous</td></tr> + {{misc}} </table> </div> |
