From 506dcc042eda00e96e5db35efdd81e8699d26335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 30 Dec 2010 20:07:41 +0100 Subject: [PATCH] Improve 'hinttimeout' documentation, take two. --- common/locale/en-US/hints.xml | 3 ++- common/locale/en-US/options.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/locale/en-US/hints.xml b/common/locale/en-US/hints.xml index 7b87be8d..f04db3e1 100644 --- a/common/locale/en-US/hints.xml +++ b/common/locale/en-US/hints.xml @@ -49,7 +49,8 @@
Moves the focus to the next hintable element
-
Temporarily treats all numbers as ordinary text
+
Temporarily treats all numbers (or other keys, depending on the + value of hintkeys) as ordinary text
Exits hint mode without selecting an element
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 2aa0e187..0014bdc6 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -874,8 +874,10 @@

Timeout in milliseconds before automatically following a non-unique - hint. Set to 0 (the default) to only follow hints after pressing - or when the hint is unique. + hint. The timeout is measured since the last time a key listed in + hintkeys was pressed. It has no effect when narrowing hints + by typing part of their text. Set to 0 (the default) to only follow + hints after pressing or when the hint is unique.