home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / rsa303d.zip / MOUSE.DEF < prev    next >
Text File  |  1991-12-08  |  1KB  |  30 lines

  1. ;-----------------------------------------------------------------------;
  2. ;
  3. ; LOGITECH Mouse Menu Program ;
  4. ;
  5. ; LOGIMENU File definition for Relational Stock Analysis ;
  6. ;
  7. ; LOGIMENU is a product of LOGITECH, Inc. ;
  8. ;
  9. ;-----------------------------------------------------------------------;
  10. BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM, 200, 50
  11. CHORDS LMB, LRB, MRB, ALLB
  12. ;-----------------------------------------------------------------------;
  13. ;
  14. LeftB:  TYPE ENTER;       Enter Key
  15. MidB:   TYPE "+";         Plus Key
  16. RightB: TYPE ESC;         Escape Key
  17. ;
  18. LMB:    TYPE 0,59;        F1 Key
  19. LRB:    TYPE 0,60;        F2 Key
  20. MRB:    TYPE 0,61;        F3 Key
  21. ;
  22. ALLB:   TYPE "-";         Minus Key
  23. ;
  24. LeftM:  TYPE 0,75;        0, 75 is Left Arrow Key
  25. RightM: TYPE 0,77;        0, 77 is Right Arrow Key
  26. UpM:    TYPE 0,72;        0, 72 is Up Arrow Key
  27. DownM:  TYPE 0,80;        0, 80 is Down Arrow Key
  28. ;
  29. ;-----------------------------------------------------------------------;
  30.