home *** CD-ROM | disk | FTP | other *** search
/ DTP en Graphics 1 / dtpgraf1.zip / dtpgraf1 / DTP / PICTHIS4 / PTLOGI2B.DEF < prev    next >
Text File  |  1991-12-31  |  575b  |  17 lines

  1. ;  Logitech Two-Button Mouse Definition File for PictureThis
  2. ;  Version 1.0 - February 27, 1990
  3. ;
  4. ;  Initialization:
  5. BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM
  6. ;  Buttons do Function Keys F1, F2, and F3:
  7. LeftB: TYPE 0, 59 ;  Left Button does F1
  8. MidB: TYPE 0, 61 ;  Both Buttons Together do F3
  9. ;  (Note: On a Three-Button Mouse, the Middle Button Alone does F2.)
  10. RightB: TYPE 0, 60 ;  Right Button does F2
  11. ;  Cursor Movements Horizontal and Vertical:
  12. LeftM: TYPE 0, 75;  Left
  13. RightM: TYPE 0, 77 ; Right
  14. UpM: TYPE 0, 72 ; Up
  15. DownM: TYPE 0, 80 ; Down
  16.  
  17.