diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/lynx.cfg b/lynx.cfg index d965c809..57ceb5a1 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -2314,6 +2314,7 @@ MINIMAL_COMMENTS:TRUE #KEYMAP:/:WHEREIS # Find a string within the current document #KEYMAP:n:NEXT # Find next occurrence of string within document #KEYMAP:c:COMMENT # Comment to the author of the current document +#KEYMAP:C:CHDIR # Change current directory #KEYMAP:e:EDIT # Edit current document or form's textarea (call: ^Ve) #KEYMAP:E:ELGOTO # Edit the current link's URL or ACTION and go to it #KEYMAP:=:INFO # Show info about current document @@ -2380,6 +2381,7 @@ MINIMAL_COMMENTS:TRUE #KEYMAP:^U:PREV_DOC:DIRED # Return to the previous document #KEYMAP:.:TAG_LINK:DIRED # Tag a file or directory for later action #KEYMAP:c:CREATE:DIRED # Create a new file or directory +#KEYMAP:C:CHDIR:DIRED # change current directory #KEYMAP:f:DIRED_MENU:DIRED # Display a menu of file operations #KEYMAP:m:MODIFY:DIRED # Modify name or location of a file or directory #KEYMAP:r:REMOVE:DIRED # Remove files or directories @@ -2798,13 +2800,14 @@ MINIMAL_COMMENTS:TRUE # URLs can be made up such as mymail: to spawn desired applications # via the external command. # -# Restrictions can be imposed using -restrictions=externals at the Lynx -# command line. This will disallow all EXTERNAL lines in lynx.cfg that -# end in FALSE. TRUE lines will still function. +# Restrictions can be imposed using -restrictions=externals at the Lynx command +# line. This will disallow all EXTERNAL lines in lynx.cfg that have FALSE in +# the 3rd field (not counting the name of the setting). TRUE lines will still +# function. # # The lynx.cfg line is as follows: # -# EXTERNAL:<url>:<command> %s:<norestriction> +# EXTERNAL:<url>:<command> %s:<norestriction>:<allow_for_activate> # # <url> Any given URL. This can be normal ones like ftp or http or it # can be one made up like mymail. @@ -2818,6 +2821,12 @@ MINIMAL_COMMENTS:TRUE # for certain externals to be enabled while restricting others. TRUE means # a command will still function while Lynx is restricted. WB # +# <allow_for_activate> Setting this to TRUE allows the use of this command not +# only when EXTERN key is pressed, but also when ACTIVATE command is invoked +# (i.e activating the link with the given prefix will be equivalent to +# pressing EXTERN key on it). If this component of the line is absent, then +# FALSE is assumed. +# # For invoking the command use the EXTERN key. By default it is mapped # to '.' (if the feature is enabled), see the KEYMAP section above. # @@ -2990,6 +2999,17 @@ MINIMAL_COMMENTS:TRUE # #FORCE_EMPTY_HREFLESS_A:FALSE +.h2 HIDDEN_LINK_MARKER +# HIDDEN_LINK_MARKER - HTML parsing +# This option defines the string that will be used as title of hidden link (a +# link that otherwise will have no label associated with it). Using an empty +# string as the value will cause lynx to behave in the old way - hidden links +# will be handled according to other settings (mostly the parameter of +# --hiddenlinks command-line switch). If the value is non-empty string, hidden +# link becomes non-hidden so it won't be handled as hidden link, e.g., listed +# among hidden links on 'l'isting page. +# +#HIDDEN_LINK_MARKER: .h1 Appearance |