home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / RREAD202.ZIP / RNOTE.HLP < prev    next >
Text File  |  1993-04-27  |  3KB  |  130 lines

  1. *Cursor Positioning
  2.  
  3.   FUNCTION                    KEYSTROKE
  4.  
  5.   Word left                 ^F or ^Left arrow
  6.   Word right                ^A or ^Right arrow
  7.  
  8.   Line up                   ^E or Up arrow
  9.   Line down                 ^X or Down arrow
  10.   Page up                   ^R or PgUp
  11.   Page down                 ^C or PgDn
  12.  
  13.   Beginning of document     ^QC or ^PgUp
  14.   End of document           ^QR or ^PgDown
  15.   Beginning of line          Home
  16.   End of line                End
  17. #
  18.  
  19. *Text Manipulation
  20.  
  21.     FUNCTION                    KEYSTROKE
  22.  
  23.     Delete char                 ^G or Del
  24.     Delete word                 ^T
  25.     Delete line                 ^Y
  26.  
  27.     Insert / overwrite          ^V or Ins
  28.     New line                    ^M or Enter
  29.     Insert line                 ^N
  30.  
  31.     Don't interpret next key    ^P
  32.     (^P inserts the next key as an ASCII value)
  33. #
  34.  
  35. *Block commands
  36.  
  37.   FUNCTION                   KEYSTROKE
  38.  
  39.   Mark start of block        ^KB or F7
  40.   Mark end of block          ^KK or F8
  41.   Go to start of block       ^QB
  42.   Go to end of block         ^QK
  43.  
  44.   Read block (insert text)   ^KR
  45.   Write block                ^KW
  46.  
  47.   Copy block                 ^KC
  48.   Delete block (cut)         ^KY or F5
  49.   Move block                 ^KV
  50.  
  51.   Print block                ^KP
  52.   Unmark block               ^KH
  53. #
  54.  
  55. *Function keys
  56.  
  57.  F1 - Help
  58.  F2 - Save file
  59.  F3 - Load file
  60.  F4 - <not assigned>
  61.  F5 - <not assigned>
  62.  F6 - Print Document     Shft-F6  - Setup Printer
  63.  F7 - Block begin
  64.  F8 - Block end          Shft-F8  - Remove Block Markers
  65.  F9 - Find               Shft-F9  - Find and Replace
  66.  F10- <not assigned>     Shft-F10 - Delete ALL Text
  67.  
  68.  (All commands that destroy text will ask for confirmation)
  69.  
  70. #
  71.  
  72. *Searching and Replacing
  73.  
  74.     FUNCTION                   KEYSTROKE
  75.  
  76.     Find                       ^QF
  77.     Find and replace           ^QA
  78.     Resume search              ^L
  79.  
  80.  Search Options:  G  - Global search
  81.                   B  - Backwards search
  82.                   C  - Count replacments
  83.                   U  - Ignore case
  84.                   W  - Whole word search
  85.                   N  - No confirmation
  86.                  [n] - repeat n times
  87.  
  88. #
  89.  
  90. *File Commands
  91.  
  92.  
  93.  Saving:
  94.    Save and continue          ^KS or F2
  95.    Save and exit              ^KX or ^KD or ^END or Alt-X
  96.    Save a block               ^KW
  97.  
  98.  Quitting:
  99.    Save and exit              ^KX or ^KD or ^END or Alt-X
  100.    Abandon changes and exit   ^KQ or ESCape
  101.  
  102.  Loading:
  103.    Load a file                 F3
  104.    Read in a file as a block   ^KR
  105. #
  106.  
  107. *Other Commands
  108.  
  109.   Ctrl-OW        Toggle Word Wrap
  110.   Ctrl-OR        Set Word Wrap Width
  111.   Ctrl-B         Reformat a Paragraph
  112.  
  113. #
  114.  
  115. *Authors Notes
  116.  
  117.   The RaLin Note Pad is a trimmed down version of our Editor program,
  118.   which is still under development. There are a few features that are
  119.   not available in the Note Pad version that is included with
  120.   The RaLin Reader.
  121.  
  122.   The window cannot be re-sized in the Note Pad, in the editor it can.
  123.   Also the editor will allow external functions via assigned keypresses
  124.   The Note Pad is limited to 1024 lines of text.
  125.   The editor can use up to 16000+ lines.
  126.  
  127.   Watch for the release of the RaLin Editor sometime in the near future.
  128.  
  129. #
  130.