Lynx Setup - Novice user   `        0?B        @ AAAAAAAAAA                                     ; KeyTerm Setup Script File for Lynx - Novice mode.   ; Use this script file when the Lynx User Mode is set to Novice.    ; The User Mode setting is in the Lynx Options Menu which is    ; reached by pressing O when running Lynx.      8  @ AAAAAAAAAA     @ AAAAAAAAAA   8; This line started with a New Line Format which turned    ; word-wrap off.  Each comment line in a script file must start   ; with a semicolon, so it is a good idea to turn word-wrap off   ; at the top of a script file to stop comment lines like this   	 ; wrapping onto the next line without being noticed.  
    ;Turn Speech OFF   Off  
    ; Incase someone turns speech on again, turn reading    ;  restrictions OFF   ReadingRestrictions OFF      ; Set the screen time out to about 0.5 seconds   ScreenTimeout 8      ; Use autoprompting   AutoPrompting ON      ; Clear any existing status lines   StatusLine C      ; Line 1 displays the page title.  Read it whenever it changes.   Statusline 1 H      ; Line 22 displays progress messages and the current status.   ;  Read it only if nothing else has been read.    StatusLine 22  !   " ; Turn ON tracking of inverse video bars between lines 1 and 21.  # BarTracking ON  $ BarAttribute I  % BarTrackingArea 1, 21  & ; When Lynx is run with the -show_cursor parameter, the cursor  ' ; is placed inside the current highlighted bar.  If there is more  ( ; than one bar on the screen, take the bar containing the cursor  ) ;  as the current bar.  * BarCursorPriority ON  + BarAsCursor OFF  ,   - ; Check the line below the bar and read it if it is a continuation of the highlighted bar.  . BarConnectBelow ON  /   0 ; Read any text connected immediately to the left of the highlighted bar.  1 BarConnectLeft ON  2   3 ; Program the READ with 5 key to read the status line.  4 ReadWith5 22  5   6 ; Program the READ with 6 key combination to read the help area   ; displayed on lines 23 and 24.  ReadWith6 23, 24    ; Program READ with 8 to read the area of the screen where the  ; internet page is displayed.  ReadWith8Range 1, 21    ; Cutoff reading if any new text is received.   NewTXCutOff 1,24 	  
 ; If nothing is read after a transmission, beep to show that the  ; screen has changed  EndOfTXBeep ON 
   ; Clear the dictionary    ; Say "( )" as "unchecked entry"  Dictionary "( )" "unchecked entry"    ; Say "(*)" as "checked entry"  Dictionary "(*)" "checked entry"    CRT Lynx Configuration loaded.