home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / econfig.zip / E.DEF next >
Text File  |  1988-10-26  |  4KB  |  90 lines

  1. #                               Key Definitions
  2.  
  3. #             Press F3 to exit this file and return to your text screen
  4. #             without making any changes to this file.
  5.  
  6. #                             Cursor Movement Keys
  7.  
  8. # Key = Command                          Description
  9.  
  10.  keyup = up                            #  Up Arrow    --> cursor up
  11.  keydown = down                        #  Down Arrow  --> cursor down
  12.  keyleft = left                        #  Left Arrow  --> cursor left
  13.  keyright = right                      #  Right Arrow --> cursor right
  14.  home = beginline                      #  Home Key    --> beginning of line
  15.  keyend = endline                      #  End Key     --> end of line
  16.  pgup = pageup                         #  PgUp        --> pageup
  17.  pgdn = pagedown                       #  PgDn        --> pagedown
  18.  c_home = top                          #  Ctrl + Home --> top of file
  19.  c_end = bottom                        #  Ctrl + End  --> bottom of file
  20.  s_tab = backtab                       #  Shift + Tab --> backtab
  21.  keytab = tab                          #  Tab         --> tab
  22.  
  23.  
  24. #                             Editor Control Keys
  25.  
  26.  ins = inserttoggle                    #  switch between insert and replace modes
  27.  del = deletechar                      #  delete the character under the cursor
  28.  backspace = rubout                    #  delete the character left of the cursor
  29.  c_backspace = delete                  #  delete current line
  30.  
  31.  
  32. #                            Enter Key Definitions
  33.  
  34.  keyenter = enter                      #  insert line
  35.  c_keyenter = down ; beginline         #  beginning of next line
  36.  
  37.  
  38. #                           Function Key Definitions
  39.  
  40.  f2 = nextfile                         #  switch to next file
  41.  a_f2 = prevfile                       #  switch to previous file
  42.  f3 = quit                             #  quit the current file
  43.  a_f3 = save                           #  save file and continue editing
  44.  f4 = dos dir                          #  display current directory
  45.  a_f4 = file                           #  save file and exit editor
  46.  s_f9 = dcmdmenu                       #  display command line
  47.  f9 = undo                             #  undo the contents of the current line
  48.  
  49.  
  50. #                            Box Drawing Characters
  51.  
  52.  c_f1 = keyin '┌'                      #  top left corner
  53.  c_f2 = keyin '┐'                      #  top right corner
  54.  c_f3 = keyin '└'                      #  bottom left corner
  55.  c_f4 = keyin '┘'                      #  bottom right corner
  56.  c_f5 = keyin '─'                      #  horizontal bar
  57.  c_f6 = keyin '│'                      #  vertical bar
  58.  
  59.  
  60. #                         Alt + Alpha and Numeric Keys
  61.  
  62.  a_c = copymark                        #  copy marked text to current line
  63.  a_d = deletemark                      #  delete marked text
  64.  a_j = join                            #  join the next line to the current line
  65.  a_l = markline                        #  mark a line or block of lines
  66.  a_m = movemark                        #  move marked text to current line
  67.  a_s = split                           #  split a line at the cursor
  68.  a_u = unmark                          #  unmark a line or block of lines
  69.  
  70.  
  71. #                        Crtl + Alpha and Numeric Keys
  72.  
  73.  c_b = deletebol                       #  delete to beginning of line
  74.  c_e = deleteeol                       #  delete to end of line
  75.  
  76.  
  77. #                          Default Parameter Settings
  78.  
  79.  set searchwrap off                    #  search to end of file only
  80.  set tabs off                          #  do not compress spaces to tab characters
  81.  
  82.  
  83. #                                   Special
  84.  
  85. #        These keys cannot be redefined.  Shown for documentation only.
  86.  
  87. # esc = cancel                         ESC=CANCEL from pop-down, null otherwise
  88. # f1 = help                            Invoke the help command
  89. # f10 = switch viewport                Activate Action Bar
  90.