home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / misc / perfect.lbr / PERFECT.DZC / PERFECT.DOC
Encoding:
Text File  |  1993-10-25  |  5.3 KB  |  123 lines

  1. \T  3
  2. \B  3
  3. \JR
  4.          ^PERFECT WRITER COMMANDS^  {Corrected to KayPro II Configuration}
  5.  
  6.          (c) 1982 by Perfect Software Incorporated.  This table prepared by
  7.          Rick Yount, 1/18/83; All rights reserved to San Diego KayPro Spec-
  8.          ial Interest Group.        
  9. \JL
  10.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.          ^REPEAT COMMANDS:^
  12.  
  13.          ESC..{digit} repeats the command or character that follows {digit}ì
  14.          times.
  15.  
  16.          C-U repeats the command or character that follows (argument)ì
  17.          times; default is 4 if argument not specified.
  18.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19.          ^MOVING THE CURSOR:^
  20.  
  21.          ESC..F Forward Word             ESC..B Backward Word
  22.          C-A Front of Line               C-E End of Line
  23.          ESC..A Front of Sentence        ESC..E End of Sentence
  24.          ESC..P Front of Paragraph       ESC..N End of Paragraph
  25.          C-Z Scroll Up                   C-V Scroll Down
  26.          C-X C-Z Scroll Up Other Window  C-X C-V Scroll Down Other Window
  27.          ESC..< Front of Document        ESC..> End of Document
  28.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.          ^DELETE COMMANDS:^              C-Y Yankback Deletion
  30.  
  31.          <DEL> Previous Character        ESC..<DEL> Previous Word
  32.          C-D Next Character              ESC..D   Next Word
  33.          C-C To End of Line              ESC..C-K Entire Line
  34.          ESC..K Sentence Forward         ESC..H C-W Paragraph
  35.  
  36.          ^TO DELETE REGION:^
  37.  
  38.          1. At Front enter C-@ to Set Mark
  39.          2. Move Cursor to End of Region and type C-W
  40.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41.          ^SEARCHING:^
  42.  
  43.          C-S Forward Search                       C-R Reverse Search
  44.          ESC..R Search & Replace
  45.          ESC..C-R Search & Replace with Query
  46.          C-G Cancel                              . Exit to Entry Point
  47.          ! Replace All                           , Replace & Query Again
  48.          Y Replace & Continue;                   N No Replacement & Cont-
  49.                                                    inue
  50.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51.          ^FILE COMMANDS:^
  52.  
  53.          C-X C-R Read File               C-X C-F Find File
  54.          C-X C-S Save File               C-X C-W Write File
  55.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.          ^BUFFER COMMANDS:^
  57.  
  58.          C-X C-B Buffer Directory        C-X K Delete Buffer
  59.          C-X B Switch Buffers
  60.  
  61.          ^MULTIPLE WINDOW BUFFER DISPLAY:^
  62.  
  63.          C-X 2 Two Windows               C-X 1 One Window
  64.          C-X O Other Window              C-X \^ Grow Window
  65.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  66.          ^UTILITIES:^
  67.  
  68.          C-T Transpose Characters        ESC..T Transpose Words
  69.          C-X= Where am I                 C-X C-C Quit
  70.          ESC..Q  Reform Paragraph        C-G "Go Back" or Cancel
  71.          ESC..C-W Turn On "+"            C-X C-X Swap Point and Mark
  72.          C-Y  Yankback                   ESC..C-L Refresh Screen
  73.          ESC..S  Center Line             C-Q Quote Entry
  74.          C-X S  Call Speller             ESC..? Call Help File
  75.  
  76.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77.          ^INDENTATION:^
  78.  
  79.          C-X . Set Indent Column         C-X F Fill Column Setting
  80.          C-X <TAB> Set Tab               C-O Open Line  
  81.          ESC..J      Open Subsequent Indented Line Same as Current
  82.          ESC..O      Open Leading Indented Line Same as Current
  83.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  84.          ^MODE SELECTION:^
  85.  
  86.          {C-X M  Add Mode                C-X <CR>  Delete Mode}
  87.  
  88.          NORMAL     Words do not wrap.
  89.          SAVE       Automatically saves file after every 512 charcters.
  90.          FILL       Turns on word wrap (automatic carriage return).
  91.          VIEW       Allows viewing file without insertion and deletion.
  92.          OVERWRITE  Editing commands overwrite and cursor moves vertically.
  93.          SPELL      Allows for correction of misspelled words.
  94.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  95.          ^CAPITALIZATION:^
  96.  
  97.          ESC..U Uppercase Word           ESC..L Lowercase Word
  98.          ESC..C Capitalize Word   
  99.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  100.          ^COPYING & MOVING:^
  101.  
  102.          Copy Region:
  103.  
  104.          1. With the cursor at front of region to be copied enter:
  105.                 ESC..<SPACE BAR>   {echo line responds "Mark Set"}
  106.          2. Move cursor to end of region to be copied and enter:
  107.                 ESC..W  {"+" sign appears in mode line} 
  108.          3. Position cursor at destination and type: C-Y
  109.  
  110.          Delete Region:
  111.  
  112.          Complete steps 1 and 2 above and then enter: C-W
  113.  
  114.          Write Region:
  115.  
  116.          Complete steps 1 and 2 above and then enter:
  117.                C-X R {echo line asks for file to write region to}
  118.  
  119.          Insert File:
  120.  
  121.          Enter C-X I  {echo line asks for file to insert}
  122.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123.