From 44189294c8a6097abd22116dc35345e7cab55344 Mon Sep 17 00:00:00 2001 From: ilya Date: Sun, 25 Apr 2010 18:56:35 -0700 Subject: Add showHelp to the command listings / help dialog. --- commands.js | 4 +++- helpDialog.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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}} Manipulating tabs {{tabManipulation}} + Miscellaneous + {{misc}} -- cgit v1.2.3