home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / C128 / VDE-C128.ARK / VDEKEY.DOC < prev    next >
Text File  |  1989-01-27  |  3KB  |  78 lines

  1.  
  2.           The keys I don't mention carry their orginal default values.
  3.  
  4.                  Keyfig allows for 4 definitions for each key:
  5.  
  6.                                 NORMAL
  7.                               commodore
  8.                                SHIFTED
  9.                                CONTROL
  10.  
  11.     I, in all cases made the commodore keys the same as the normal 
  12. keys. This is because the commoore shift is a toggle and does not 
  13. change back to normal until it is pressed a 2nd time. This can be 
  14. confusing since there is no evedence that you have pressed it. Which 
  15. can be frustrating when your in a hurry.
  16.  
  17.     Concerning arrow keys,(since we have more than one set), I will 
  18. refer to them as upper for the ones next to the function keys, lower 
  19. for the ones under the return key, and far left for the one just above 
  20. the control key.
  21.  
  22.                            KEY DEFINITIONS:
  23.                                for.....
  24.                                VDE.KEY
  25.  
  26. ALT [NORMAL] = directory, just press it then the letter of the drive you want
  27.                the directory of. + <RET>
  28. ALT [SHIFTED] = directory of the drive you are logged to.
  29. ALT [CONTROL] = directory of B: drive
  30.  
  31. HELP [all modes] = Help
  32.  
  33. LINEFEED [all modes] moves the current line to the top of the screen
  34.  
  35. {UPPER} left [NORMAL] = one character to the left
  36. {UPPER} left [SHIFTED] = far left of the current line
  37.  
  38. {UPPER} right [NORMAL] = one character to the right
  39. {UPPER} right [SHIFTED] = far right of the current line
  40.  
  41. {far left} left arrow key [NORMAL] = delete character to the right
  42. {far left} left arrow key [CONTROL] = delete the begining of the line
  43.  
  44. CLEAR/HOME [NORMAL] = top of screen
  45. CLEAR/HOME [SHIFTED] = bottom of screen
  46. CLEAR/HOME [CONTROL] = top of file
  47.  
  48. INST/DEL [NORMAL] = delete character to the left
  49. INST/DEL [SHIFTED] = toggles the insert mode on and off (^V)
  50. INST/DEL [CONTROL] = delete to the end of the line
  51.  
  52. SPACE BAR [CONTROL] = the "_" character (since it used to be the far
  53.                                          left arrow key)
  54.  
  55. {LOWER} down arrow key [NORMAL] = scroll down one page
  56. {LOWER} down arrow key [SHIFTED] = scroll up one page
  57. {LOWER} down arrow key [CONTROL] = end of file
  58.  
  59. {LOWER} right arrow key [NORMAL] = moves cursor one word right
  60. {LOWER} right arrow key [SHIFTED] = moves cursor one word left
  61.  
  62. F1 [NORMAL] = ^K
  63. F1 [SHIFTED] = name file (^Kn)
  64. F1 [CONTROL] = find (^Qf)
  65.  
  66. F3 [NORMAL] = ^P
  67. F3 [SHIFTED] = save file (^Ks)
  68. F3 [CONTROL] = find & replace (^Qa)
  69.  
  70. F5 [NORMAL] = ^O
  71. F5 [SHIFTED] = read file (^Kr)
  72. F5 [CONTROL] = done (^Kd)
  73.  
  74. F7 [NORMAL] = ^Q
  75. F7 [SHIFTED] = block write (^Kw)
  76. F7 [CONTROL] = save & exit VDE (^Kx)
  77.  
  78.