home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / GRAFICOS / VIEW121.ZIP / SCROLL.DOC < prev    next >
Encoding:
Text File  |  1996-10-16  |  1.7 KB  |  45 lines

  1. VIEW 12.1
  2.  
  3.  
  4. Starting with version 12.0 a new feature has been added.
  5.  
  6. If you press F4, the display starts to scroll at a user-definable rate.
  7.  
  8. The top line displays the current line numbers and can be used as an
  9. indicator that something has changed.  The line number display is in
  10. columns 56-62. This is useful in enabling people using a speech synthesizer
  11. to get a continuous read-out of the file.
  12.  
  13. F4 is a toggle - when in scroll mode, press it again to pause the display
  14. and yet again to start it again.
  15.  
  16. The keys available are:
  17.  
  18. Esc  - leaves scroll mode and goes back to regular mode.
  19. Home - takes you back to the beginning of the file.
  20. End  - takes you to the last few lines of the file.
  21. Up arrow - moves back one line.
  22. Pg Up - moves up one screen (normally 23 lines).
  23. Pg Dn - moves down one screen.
  24. Left arrow - decreases the scroll rate.
  25. Right arrow - increases the scroll rate.
  26.  
  27. Shift-F5 - go to a particular line.  After pressing Shift-F5 just enter the
  28. line number to move to and press Enter.
  29.  
  30.  
  31. Important notes
  32.  
  33. 1.  You should normally allow at least a second - possibly more - between
  34. each key press to allow the program time to respond.  If you need to scroll
  35. back more than one line or screen, you will need to press the appropriate
  36. key more rapidly.  If the display stops scrolling wait a second then press
  37. the key again.
  38.  
  39. 2.  If you find a scroll rate you are comfortable with you can enter it on
  40. the command line using the /v switch The format is /vnnnn where nnnn is a
  41. four digit number that specifies the number of microseconds to display a
  42. line before scrolling.  If less than 1000 the first digit must be zero.
  43. For example to set a scroll rate of one second the command line switch is
  44. /v1000   The default is 1.5 seconds.
  45.