hints_auto_exit_delay: change default to 0
commit8aadcdf572145c38a183a0ba94dd2bffd681e33e
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 6 Nov 2009 16:26:10 +0000 (6 11:26 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 6 Nov 2009 16:26:10 +0000 (6 11:26 -0500)
treec675c7b0e971d114b0605a6a5f05060625a55df0
parent076ffd3f1c4b340b21bd4b46addb0f4959329d73
hints_auto_exit_delay: change default to 0

This change means that by default, the user has to hit return to exit the
hints interaction.  This change makes Conkeror's UI more predictable for
new users, less prone to run unintended commands because of extra
keystrokes outside the timeout window, and removes assumptions about
people's typing speed, browsing style, and focus of attention when using
the hints system.

To use the hints-auto-exit feature, put a line like the following in your
rc, adjusting the number to suit your preference.  500 was the old
default.

  hints_auto_exit_delay = 500;

Additionally, may people like to also have an auto-exit in the ambiguous
case:

  hints_ambiguous_auto_exit_delay = 500;

Since this is a popular feature, we are also documenting it more
prominently with the recently added contrib/config/commmon.js as well as
on the wiki.
help/tutorial.html
modules/hints.js