home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / fnp110c.zip / VEH < prev   
Text File  |  1994-05-16  |  5KB  |  101 lines

  1. @CLS@@POFF@
  2.               @X3F ┌─────────────────────────────────────────────@X30┐ @X07
  3.               @X3F │ @X3EFEATHERNET FULL SCREEN EDITOR KEYBOARD HELP @X30│ @X07
  4.               @X3F └@X30─────────────────────────────────────────────┘ @X07
  5.  
  6. @X0FBefore using the full screen editor you need to familiarize yourself with the
  7. functions listed below utilizing the keyboard (or control sequences in
  8. case your system does not support the PC's specialized keyboard).
  9.  
  10.    @X07Cursor Movement             PC Keyboard       Control Keys
  11.    @X07---------------------       -----------       ------------
  12.    @X0FMove Left a Character       @X0BLeft Arrow        @X0ACtrl-S
  13.    @X0FMove Right a Character      @X0BRight Arrow       @X0ACtrl-D
  14.    @X0FMove Left to Previous Word  @X0BCtrl-Left Arrow   @X0ACtrl-A
  15.    @X0FMove Right to Next Word     @X0BCtrl-Right Arrow  @X0ACtrl-F
  16.    @X0FMove To Next Tab Stop       @X0BTab Key           @X0ACtrl-I
  17.    @X0FMove To Start of Line       @X0BHome Key          @X0ACtrl-W
  18.    @X0FMove To End of Line         @X0BEnd Key           @X0ACtrl-P
  19.    @X0FMove Up a Line              @X0BUp Arrow          @X0ACtrl-E
  20.    @X0FMove Down a Line            @X0BDown Arrow        @X0ACtrl-X
  21.    @X0FMove to Bottom of Screen    @X0BCtrl-End          @X0ACtrl-L
  22.    @X0FMove to Top of Screen       @X0BCtrl-Home         @X0ACtrl-K
  23.  
  24. @MORE@@CLS@
  25.  
  26.    @X0FMove Up a Page              @X0BPgUp Key          @X0ACtrl-R
  27.    @X0FMove Down a Page            @X0BPgDn Key          @X0ACtrl-C
  28.  
  29.    @X07Edit Function               PC Keyboard       Control Keys
  30.    @X07---------------------       -----------       ------------
  31.    @X0FToggle Insert Mode          @X0BIns Key           @X0ACtrl-V
  32.    @X0FReformat Paragraph          @X0BCtrl-B            @X0ACtrl-B
  33.    @X0FDelete a Line               @X0BCtrl-Y            @X0ACtrl-Y
  34.    @X0FDelete Char                 @X0BDel Key           @X0ACtrl-G
  35.    @X0FDelete Char to the Left     @X0BBackspace         @X0ACtrl-H
  36.    @X0FDelete Word to the Right    @X0BCtrl-T            @X0ACtrl-T
  37.    @X0FDelete to End of Line       @X0BCtrl-N            @X0ACtrl-N
  38.    @X0FInsert a Line               @X0BCtrl-Enter        @X0ACtrl-Enter
  39.    @X0FInsert a Text File          @X0BALT-I   (Local Mode Only)
  40.  
  41.    @X07Special Functions           PC Keyboard       Control Keys
  42.    @X07---------------------       -----------       ------------
  43.    @X0FExit Full Screen Editor     @X0BESC               @X0ACtrl-U
  44.    @X0FQuote or List Original      @X0BCtrl-Q            @X0ACtrl-Q
  45.    @X0FReDisplay Screen            @X0BCtrl-O            @X0ACtrl-O
  46.  
  47. @MORE@@CLS@
  48.  
  49.               @X3F ┌────────────────────────────────────────────@X30┐ @X07
  50.               @X3F │ @X3EFEATHERNET FULL SCREEN EDITOR SAVE OPTIONS @X30│ @X07
  51.               @X3F └@X30────────────────────────────────────────────┘ @X07
  52.  
  53.    @X0ES  @X0F- Normal Message @X0ASAVE@X0F.
  54.  
  55.    @X0ESA @X0F- Save Message with File @X0AATTACHMENT @X0F(Upload a file related
  56.         specifically to this message - Normally the message is to a
  57.         specific user and PRIVATE.
  58.  
  59.    @X0ESR @X0F- Save Message using @X0AREAL@X0F name if in a conference allowing
  60.         Aliases.
  61.  
  62. @X07Using the above keystrokes
  63. @X07--------------------------
  64. @X0FAll systems should be able to use the Control Key method of performing the
  65. above functions (press and hold the CTRL key while typing the letter key that
  66. follows it in the above table).
  67.  
  68. @MORE@@CLS@
  69.  
  70. The more familiar PC Keyboard keys, such as the arrow keys, will work while on
  71. locally.  They will also work if your communications program is capable of
  72. either sending the actual keystroke (keyboard scan code) or an ANSI escape code
  73. equivalent through to the host system.
  74.  
  75. An example would be calling in from remote using Telix or Qmodem to connect
  76. to FeatherNet and utilitizing the 'Doorway Mode' so that keystrokes are
  77. passed directly on to FeatherNet.
  78.  
  79. @X07Insert Mode
  80. @X07-----------
  81. @X0FWhile in 'Insert Mode' it should be noted that characters to the right of the
  82. cursor will be pushed one character to the right as each letter is typed.
  83. Pressing the (Enter) key while in Insert Mode will cause a new
  84. line to be inserted.
  85.  
  86. @MORE@@CLS@
  87.  
  88. @X07NON-PC KEYBOARD USERS PLEASE NOTE!
  89. @X07----------------------------------
  90. @X0FSome modems and packet switch environments will filter out CTRL-S keystrokes
  91. and interpret them to mean "stop sending data".  In these environments
  92. pressing CTRL-S will not move the cursor as expected - in fact it will
  93. appear to do nothing.  You will need to press CTRL-Q to get going again.
  94.  
  95. You can work around this by using CTRL-A which means move left to previous
  96. WORD rather than moving a character to the left.
  97.  
  98. Those of you who can send either an ESC[D or the PC scan code for the Left
  99. Arrow will not encounter this problem and will never have to worry about it.
  100.  
  101.