diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/lynx.cfg b/lynx.cfg index 64e8a113..648e5973 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1419,18 +1419,28 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html .h2 DEFAULT_KEYPAD_MODE # DEFAULT_KEYPAD_MODE may be set to NUMBERS_AS_ARROWS +# or LINKS_ARE_NOT_NUMBERED (the same) # or LINKS_ARE_NUMBERED # or LINKS_AND_FIELDS_ARE_NUMBERED -# to specify whether numbers (e.g. [10]) appear before all links, +# or FIELDS_ARE_NUMBERED +# to specify whether numbers (e.g. [10]) appear next to all links, # allowing immediate access by entering the number on the keyboard, # or numbers on the numeric key-pad work like arrows; -# the 3rd option causes form fields also to be preceded by numbers. -# The first two options (but not the last) can be changed in lynx.cfg -# and all three can be changed via the Options Menu. +# the "FIELDS" options cause form fields also to be numbered. +# This may be overridden by the keypad_mode setting in .lynxrc, +# and can also be changed via the Options Menu. # #DEFAULT_KEYPAD_MODE:NUMBERS_AS_ARROWS +.h2 NUMBER_LINKS_ON_LEFT +.h2 NUMBER_FIELDS_ON_LEFT +# Denotes the position for link- and field-numbers (whether it is on the left +# or right of the anchor). These are subject to DEFAULT_KEYPAD_MODE, which +# determines whether numbers are shown. +#NUMBER_LINKS_ON_LEFT:TRUE +#NUMBER_FIELDS_ON_LEFT:TRUE + .h2 DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS # Obsolete form of DEFAULT_KEYPAD_MODE, # numbers work like arrows or numbered links. @@ -3200,6 +3210,7 @@ COLOR:6:brightred:black #ENABLE_LYNXRC:raw_mode:OFF #ENABLE_LYNXRC:run_all_execution_links:ON #ENABLE_LYNXRC:run_execution_links_on_local_files:ON +#ENABLE_LYNXRC:scrollbar:OFF #ENABLE_LYNXRC:select_popups:ON #ENABLE_LYNXRC:set_cookies:OFF #ENABLE_LYNXRC:show_color:ON |