home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / MXLITE19.ZIP / README.1ST < prev    next >
Text File  |  1993-09-01  |  2KB  |  41 lines

  1.  
  2. If your upgrading from a past version of MxLight run the file "UPGRADE.EXE"
  3.  
  4. To print out the doc with proper format use "PRINTDOC.EXE"
  5.  
  6. example "printdoc mxlight.doc"
  7.  
  8. If you're like I am and hate reading docs just type mx, follow the directions
  9. on the menus and once in MxLight hit Home for help.  You should read then line
  10. editing below just to get a feel for the Line Editor.
  11.  
  12.  
  13.  
  14. LINE EDITING
  15.  
  16.         In the Config and Phone Book MxLight uses a special Line Editing
  17.         mode.  Here is a list of the Commands for the Line Editor.
  18.  
  19.         ^ = Ctrl Key.
  20.  
  21.   ^A  Move to beginning of line, nondestructive              [Ctrl-LeftArrow]
  22.   ^B  Save current buffer in undo buffer
  23.   ^D  Move forward one                                       [RightArrow]
  24.   ^F  Move to end of line (same as ^R)                       [Ctrl-RightArrow]
  25.   ^G  Delete character forward                               [DEL]
  26.   ^H  Move back 1, destructive (same as ASCII DEL)           [BackSpace]
  27.   ^J  End of input; accept entire buffer                     [Ctrl-Enter]
  28.   ^M  End of input; accept what is currently visible         [Enter]
  29.   ^N  End of input; accept entire buffer
  30.   ^P  Accept next character as-is (control character prefix)
  31.   ^R  Move to end of line (same as ^F)
  32.   ^S  Move back 1, nondestructive                            [LeftArrow]
  33.   ^T  Delete line forward                                    [Ctrl-End]
  34.   ^U  Copy undo buffer into current buffer (undo)
  35.   ^V  Insert on/off                                          [INS]
  36.   ^X  Move to beginning of line, destructive                 [Ctrl-Home]
  37.   ^Y  Delete line
  38.   DEL Move back 1, destructive (same as ^H) (ASCII DEL, not IBM PC DEL)
  39.   ESC End of input; accept what is currently visible
  40.  
  41.