From a7ac21b392708445374ce9767be2b65eaf89d103 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Tue, 13 May 2014 21:42:47 -0700 Subject: Document that you can use tab with `gi` Closes #730 --- background_scripts/commands.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 282474ab..50302cf7 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -214,7 +214,8 @@ commandDescriptions = enterInsertMode: ["Enter insert mode"] - focusInput: ["Focus the first (or n-th) text box on the page", { passCountToFunction: true }] + focusInput: ["Focus the first text box on the page. Cycle between them using tab", + { passCountToFunction: true }] "LinkHints.activateMode": ["Open a link in the current tab"] "LinkHints.activateModeToOpenInNewTab": ["Open a link in a new tab"] -- cgit v1.2.3