diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lynx.cfg b/lynx.cfg index c5523618..8ad61b1f 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -979,7 +979,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # They control the degree of validity checking that is applied to cookies # for the specified domains. # Note that in order to match cookies, domains have to be spelled out exactly -# in the form in which they would appear on the Cookie Jar page (cass is +# in the form in which they would appear on the Cookie Jar page (case is # insignificant). They are not wildcards. Domains that apply to more than # one host have a leading '.', but have to match *the cookie's* domain # exactly. @@ -2290,10 +2290,15 @@ MINIMAL_COMMENTS:TRUE # STICKY_INPUTS - Input # This option controls whether all text inputs are sticky. If input is not -# sticky, then it won't intercept any keyboard input until user activated it -# (as usual link). Making inputs non-sticky can be desired for users that +# sticky, then it won't intercept any keyboard input until user activates it +# (as usual link). Making inputs non-sticky can be desired for users who # actively use alphanumeric keys for navigation (as ' ', 'b', INS, DEL, etc). # Default is TRUE - i.e., all inputs are sticky, this is old lynx behavior. # #STICKY_INPUTS:TRUE +# STICKY_FIELDS - Input +# This option controls whether pressing an extra key-left in a text field will +# activate the previous document. +# +#STICKY_FIELDS:FALSE |