home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SK0993.ZIP / KEYMACS.SC < prev    next >
Text File  |  1993-07-21  |  250b  |  14 lines

  1. ; These keyboard macros were set up to call
  2. ; procedures from the MemoBlob library.
  3.  
  4. autolib = "MemoBlob"
  5.  
  6. ;Redefine Ctrl-F
  7. SETKEY "FIELDVIEW" ViewBLOB()
  8.  
  9. ;Redefine Alt-F5
  10. SETKEY "F35" ViewBLOB()
  11.  
  12. ;Macro for Ctrl-B
  13. SETKEY 2 AssignBLOB()
  14.