diff options
| -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> |
