From 1681cf216f355bf3492946fc3b57c012b7143134 Mon Sep 17 00:00:00 2001 From: Alex Kovar Date: Mon, 27 Sep 2010 18:34:17 -0500 Subject: moved commands to navigation group --- commands.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/commands.js b/commands.js index fb264510..0992900d 100644 --- a/commands.js +++ b/commands.js @@ -199,11 +199,13 @@ var commandGroups = { "reload", "toggleViewSource", "zoomIn", "zoomOut", "copyCurrentUrl", "goUp", "enterInsertMode", "focusInput", "activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", "activateLinkHintsModeWithQueue", - "enterFindMode", "performFind", "performBackwardsFind", "nextFrame"], + "enterFindMode", "performFind", "performBackwardsFind", "nextFrame", + "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab" + ], historyNavigation: ["goBack", "goForward"], tabManipulation: ["nextTab", "previousTab", "createTab", "removeTab", "restoreTab"], misc: - ["showHelp", "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab"] + ["showHelp"] }; -- cgit v1.2.3